Home
last modified time | relevance | path

Searched defs:output_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_compile.py6 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 Dandroid_compile.py11 output_type = "executable" variable
17 output_type = "shared" variable
19 output_type = "object" variable
/llvm-project/llvm/utils/
H A Dupdate_llc_test_checks.py111 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 Dmatmul.py91 output_type=np.float32, argument
157 output_type=np.float32, argument
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/tools/
H A DmatmulBuilder.py133 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