| 1250 | |
| 1251 | public: |
| 1252 | inline CUDAKernel() : _link_state(0), _module(0), _kernel(0) {} |
| 1253 | inline CUDAKernel(const CUDAKernel& other) = delete; |
| 1254 | inline CUDAKernel& operator=(const CUDAKernel& other) = delete; |
| 1255 | inline CUDAKernel(CUDAKernel&& other) = delete; |
nothing calls this directly
no test coverage detected