Skip to content

Commit e105228

Browse files
authored
Merge pull request #41 from GPUOpen-LibrariesAndSDKs/hotfix
add missing variable declaration
2 parents fda3820 + cbdbbb7 commit e105228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hiprt/impl/Compiler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ constexpr auto UseBakedCompiledKernel = true;
4343
#else
4444
constexpr auto UseBakedCompiledKernel = false;
4545
const unsigned char* bvh_build_array_h = nullptr; // if bvh_build_array.h is not used, declare a nullptr precompiled data.
46+
const size_t bvh_build_array_h_size = 0;
4647
#endif
4748

4849
namespace

0 commit comments

Comments
 (0)