Skip to content
Snippets Groups Projects
Commit 11667dc6 authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Fix kernel embedding

parent 09306008
No related branches found
No related tags found
No related merge requests found
Pipeline #60009 passed
...@@ -78,7 +78,7 @@ cu::Module Correlator::compileModule(unsigned nrBits, ...@@ -78,7 +78,7 @@ cu::Module Correlator::compileModule(unsigned nrBits,
//std::for_each(options.begin(), options.end(), [] (const std::string &e) { std::cout << e << ' '; }); std::cout << std::endl; //std::for_each(options.begin(), options.end(), [] (const std::string &e) { std::cout << e << ' '; }); std::cout << std::endl;
const std::string source(_binary_kernel_TCCorrelator_cu_start, _binary_kernel_TCCorrelator_cu_end); const std::string source(&_binary_kernel_TCCorrelator_cu_start, &_binary_kernel_TCCorrelator_cu_end);
nvrtc::Program program(source, "TCCorrelator.cu"); nvrtc::Program program(source, "TCCorrelator.cu");
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment