We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda3820 commit cbdbbb7Copy full SHA for cbdbbb7
hiprt/impl/Compiler.cpp
@@ -43,6 +43,7 @@ constexpr auto UseBakedCompiledKernel = true;
43
#else
44
constexpr auto UseBakedCompiledKernel = false;
45
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;
47
#endif
48
49
namespace
0 commit comments