Skip to content
Snippets Groups Projects
Commit 2fa7687b authored by Sarod Yatawatta's avatar Sarod Yatawatta
Browse files

COB-90: remove 'cskernel' as it is not needed here

parent b3ad6dd6
Branches
No related tags found
1 merge request!436COB-148: Enable NVRTC for CUDA kernel compilation
...@@ -172,7 +172,6 @@ struct SUTWrapper: ParsetSUT ...@@ -172,7 +172,6 @@ struct SUTWrapper: ParsetSUT
MultiDimArrayHostBuffer<float, 4> hQuantizedOutput; MultiDimArrayHostBuffer<float, 4> hQuantizedOutput;
gpu::DeviceMemory inputBuffer; gpu::DeviceMemory inputBuffer;
gpu::DeviceMemory outputBuffer; gpu::DeviceMemory outputBuffer;
scoped_ptr<CoherentStokesKernel> cskernel;
scoped_ptr<QuantizeOutputKernel> qokernel; scoped_ptr<QuantizeOutputKernel> qokernel;
SUTWrapper(size_t inrChannels = 16, SUTWrapper(size_t inrChannels = 16,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment