Searched defs:output_type (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/ |
H A D | iossim_compile.py | 6 output_type = "executable" variable 12 output_type = "shared" variable 14 output_type = "dylib" variable 16 output_type = "object" variable 18 output_type = "assembly" variable
|
/llvm-project/compiler-rt/test/sanitizer_common/android_commands/ |
H A D | android_compile.py | 11 output_type = "executable" variable 17 output_type = "shared" variable 19 output_type = "object" variable
|
/llvm-project/llvm/utils/ |
H A D | update_llc_test_checks.py | 111 from UpdateTestChecks import isel as output_type unknown 113 from UpdateTestChecks import asm as output_type unknown
|
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/ |
H A D | matmul.py | 91 output_type=np.float32, argument 157 output_type=np.float32, argument
|
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/tools/ |
H A D | matmulBuilder.py | 133 output_type=np.float32, argument 165 output_type=np.float32, argument 665 generate_matmul_multistage( input_type=np.float16, output_type=np.float32, M=4096, N=4096, K=4096, BLOCK_M=128, BLOCK_N=128, BLOCK_K=64, num_stages=3, ) global() argument
|