Skip to content
Snippets Groups Projects
Commit 3ff729e9 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix CUDA kernels test

parent e9fdbbe1
Branches
1 merge request!24Extend Support for CUDA and HIP kernel invocations
Pipeline #75675 passed with stages
in 2 minutes and 42 seconds
......@@ -77,7 +77,7 @@ int main(void)
/* Linear3D Automatic */
cudaStream_t stream;
checkCudaError(cudaStreamCreate(&stream));
gen::linear3d::scaleKernel(dst, src, stream);
gen::linear3d_automatic::scaleKernel(dst, src, stream);
checkCudaError(cudaStreamSynchronize(stream)); });
check([&]()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment