+1
This commit is contained in:
@@ -257,10 +257,10 @@ extern "C"
|
|||||||
assert(module_1 != NULL);
|
assert(module_1 != NULL);
|
||||||
assert(func_name != NULL);
|
assert(func_name != NULL);
|
||||||
assert(func_args != NULL);
|
assert(func_args != NULL);
|
||||||
#if 1
|
#if 0
|
||||||
const char * module = module_1;
|
const char * module = module_1;
|
||||||
#else
|
#else
|
||||||
const std::vector<char> module_str = readBinary("kernel.cubin");
|
const std::vector<char> module_str = readBinary("__kernels.cubin");
|
||||||
const char * module = &module_str[0];
|
const char * module = &module_str[0];
|
||||||
#endif
|
#endif
|
||||||
#if 1
|
#if 1
|
||||||
|
|||||||
Reference in New Issue
Block a user