Searched refs:cuda_ptx_in_memory (Results 1 – 4 of 4) 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
278 kernelname = &spec.cuda_ptx_in_memory().kernelname(); in GetKernel()284 const char* ptx = spec.cuda_ptx_in_memory().text(cc_major_, cc_minor_); in GetKernel()286 ptx = spec.cuda_ptx_in_memory().default_text(); in GetKernel()366 if (!spec.cuda_ptx_in_memory()) { in LoadModule()372 LoadModuleFromPtx(spec.cuda_ptx_in_memory(), &cu_module)); in LoadModule()374 const_cast<void*>(static_cast<const void*>(spec.cuda_ptx_in_memory()))); in LoadModule()
274 module_spec.cuda_ptx_in_memory() == nullptr) { in ResolveConstantGlobals()