Skip to content

Commit edb3ee8

Browse files
committed
precompiled are now a submodule
1 parent 2a4633c commit edb3ee8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "hipbin"]
2+
path = hipbin
3+
url = https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDKKernels

hipbin

Submodule hipbin added at a222c3e

tutorials/common/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ const rpr_context_properties g_contextProperties[] =
6363
{
6464

6565
// 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
6767
// ( check the readme for more information about precompiled kernels )
6868
(rpr_context_properties)RPR_CONTEXT_PRECOMPILED_BINARY_PATH,
69-
(rpr_context_properties)"hipbin",
69+
(rpr_context_properties)"../../hipbin",
7070

7171
// terminate the list of properties with a NULL <property name>
7272
(rpr_context_properties)0,

0 commit comments

Comments
 (0)