Searched defs:ptx (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel_spec.cc | 49 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()
|
D | module_spec.h | 50 void AddCudaPtxInMemory(const char* ptx) { in AddCudaPtxInMemory()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_executable.h | 71 const string& ptx() const { return ptx_; } in ptx() function
|
D | nvptx_compiler.h | 119 string ptx; member
|
D | nvptx_compiler.cc | 540 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()
|
D | gpu_executable.cc | 51 const string& ptx, const std::vector<uint8>& cubin, in GpuExecutable()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | nvptx_backend_lib.cc | 250 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/ |
D | nv30_miptree.c | 83 nv30_transfer(struct pipe_transfer *ptx) in nv30_transfer() 337 struct pipe_transfer *ptx) in nv30_miptree_transfer_unmap()
|
/external/libldac/src/ |
D | ldacBT_internal.c | 306 LDACBT_TX_INFO *ptx; local
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 242 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/ |
D | ieee802_1x_kay_i.h | 295 u8 ptx:1; member 297 u8 ptx:1; member
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 390 bool GpuExecutor::LoadModuleFromPtx(const char* ptx, hipModule_t* module) { in LoadModuleFromPtx()
|
/external/libxml2/ |
D | xmlschemas.c | 20142 xmlSchemaTypePtr tx, ty, ptx, pty; in xmlSchemaAreValuesEqual() local
|