File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "hipbin "]
2
+ path = hipbin
3
+ url = https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDKKernels
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ const rpr_context_properties g_contextProperties[] =
63
63
{
64
64
65
65
// define the precompiled kernels folder.
66
- // for most of the tutorials, the path will be <working directory>/hipbin/*****.hipbin
66
+ // for most of the tutorials, the path will be <working directory>../.. /hipbin/*****.hipbin
67
67
// ( check the readme for more information about precompiled kernels )
68
68
(rpr_context_properties)RPR_CONTEXT_PRECOMPILED_BINARY_PATH,
69
- (rpr_context_properties)" hipbin" ,
69
+ (rpr_context_properties)" ../../ hipbin" ,
70
70
71
71
// terminate the list of properties with a NULL <property name>
72
72
(rpr_context_properties)0 ,
You can’t perform that action at this time.
0 commit comments