Searched refs:cuda_ptx_in_memory_ (Results 1 – 3 of 3) sorted by relevance
215 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaPtxInMemory()216 cuda_ptx_in_memory_.reset( in AddCudaPtxInMemory()223 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaCompressedPtxInMemory()224 cuda_ptx_in_memory_.reset( in AddCudaCompressedPtxInMemory()232 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaPtxInMemory()233 cuda_ptx_in_memory_.reset( in AddCudaPtxInMemory()241 CHECK(cuda_ptx_in_memory_ == nullptr); in AddCudaCompressedPtxInMemory()242 cuda_ptx_in_memory_.reset( in AddCudaCompressedPtxInMemory()
41 return cuda_ptx_in_memory_; in cuda_ptx_in_memory()53 cuda_ptx_in_memory_ = *ptx ? ptx : nullptr; in AddCudaPtxInMemory()59 const char* cuda_ptx_in_memory_; variable
287 bool has_cuda_ptx_in_memory() const { return cuda_ptx_in_memory_ != nullptr; } in has_cuda_ptx_in_memory()308 return *cuda_ptx_in_memory_; in cuda_ptx_in_memory()362 cuda_ptx_in_memory_; // PTX text that resides in memory. variable