Searched refs:cuda_ptx_in_memory (Results 1 – 3 of 3) sorted by relevance
39 const char* cuda_ptx_in_memory() const { in cuda_ptx_in_memory() function
306 const CudaPtxInMemory &cuda_ptx_in_memory() const { in cuda_ptx_in_memory() function
284 kernelname = &spec.cuda_ptx_in_memory().kernelname(); in GetKernel()290 const char *ptx = spec.cuda_ptx_in_memory().text(cc_major_, cc_minor_); in GetKernel()292 ptx = spec.cuda_ptx_in_memory().default_text(); in GetKernel()380 if (!spec.cuda_ptx_in_memory()) { in LoadModule()385 if (!LoadModuleFromPtx(spec.cuda_ptx_in_memory(), &cu_module)) { in LoadModule()389 static_cast<const void *>(spec.cuda_ptx_in_memory()))); in LoadModule()