Returns the slot that the GpuFunctionHandle is stored within for this object, for the CUDA API which wants to load into a GpuFunctionHandle*.
| 58 | // Returns the slot that the GpuFunctionHandle is stored within for this |
| 59 | // object, for the CUDA API which wants to load into a GpuFunctionHandle*. |
| 60 | GpuFunctionHandle* gpu_function_ptr() { return &gpu_function_; } |
| 61 | |
| 62 | // CUDA supports setting the preferred cache configuration of a |
| 63 | // GpuFunctionHandle (more-or-less equivalent to a GpuKernel). We support this |
no outgoing calls
no test coverage detected