Home
last modified time | relevance | path

Searched defs:ptx (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dkernel_spec.cc49 CudaPtxInMemory::CudaPtxInMemory(absl::string_view ptx, in CudaPtxInMemory()
69 absl::string_view ptx; in CudaPtxInMemory() local
80 string CudaPtxInMemory::DecompressPtx(const char *ptx) { in DecompressPtx()
99 auto ptx = ptx_by_compute_capability_.begin()->second; in default_text() local
214 absl::string_view ptx, absl::string_view kernelname) { in AddCudaPtxInMemory()
222 absl::string_view ptx, absl::string_view kernelname) { in AddCudaCompressedPtxInMemory()
Dmodule_spec.h50 void AddCudaPtxInMemory(const char* ptx) { in AddCudaPtxInMemory()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h71 const string& ptx() const { return ptx_; } in ptx() function
Dnvptx_compiler.h119 string ptx; member
Dnvptx_compiler.cc540 const string& ptx, int cc_major, int cc_minor, in CompilePtx()
746 string ptx; in RunBackend() local
804 const string& ptx, int cc_major, int cc_minor, in CompilePtxOrGetCachedResult()
Dgpu_executable.cc51 const string& ptx, const std::vector<uint8>& cubin, in GpuExecutable()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dnvptx_backend_lib.cc250 std::string ptx; // need a std::string instead of a ::string. in EmitModuleToPTX() local
489 string ptx; in CompileToPtx() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c83 nv30_transfer(struct pipe_transfer *ptx) in nv30_transfer()
337 struct pipe_transfer *ptx) in nv30_miptree_transfer_unmap()
/external/libldac/src/
DldacBT_internal.c306 LDACBT_TX_INFO *ptx; local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc242 bool GpuExecutor::LoadModuleFromPtx(const char* ptx, CUmodule* module) { in LoadModuleFromPtx()
290 const char *ptx = spec.cuda_ptx_in_memory().text(cc_major_, cc_minor_); in GetKernel() local
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay_i.h295 u8 ptx:1; member
297 u8 ptx:1; member
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc390 bool GpuExecutor::LoadModuleFromPtx(const char* ptx, hipModule_t* module) { in LoadModuleFromPtx()
/external/libxml2/
Dxmlschemas.c20142 xmlSchemaTypePtr tx, ty, ptx, pty; in xmlSchemaAreValuesEqual() local