Searched refs:has_cuda_ptx_in_memory (Results 1 – 3 of 3) sorted by relevance
38 bool has_cuda_ptx_in_memory() const { return has_cuda_ptx_in_memory_; } in has_cuda_ptx_in_memory() function40 CHECK(has_cuda_ptx_in_memory()); in cuda_ptx_in_memory()
287 bool has_cuda_ptx_in_memory() const { return cuda_ptx_in_memory_ != nullptr; } in has_cuda_ptx_in_memory() function307 CHECK(has_cuda_ptx_in_memory()); in cuda_ptx_in_memory()
277 } else if (spec.has_cuda_ptx_in_memory()) { in GetKernel()361 } else if (spec.has_cuda_ptx_in_memory()) { in LoadModule()