Home
last modified time | relevance | path

Searched refs:ptx_contents (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h214 static bool LoadPtx(GpuContext* context, const char* ptx_contents,
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc586 const char* ptx_contents, in LoadPtx() argument
590 GetDriverExecutor()->Schedule([context, ptx_contents, module, &ret, in LoadPtx()
593 void* ptx_data = const_cast<char*>(ptx_contents); in LoadPtx()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc459 const char* ptx_contents, in LoadPtx() argument