Home
last modified time | relevance | path

Searched defs:VOLTA (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcomm_analysis.py21 VOLTA = 0 variable in NVIDIA_GPU_TYPE
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddevice_description.h43 enum CudaComputeCapabilities { PASCAL_ = 6, VOLTA = 7, AMPERE = 8 }; enumerator