Home
last modified time | relevance | path

Searched refs:float16 (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/libclc/generic/include/math/
H A Dternary_intrin.inc6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16, float16, float16) __asm(__CLC_INTRINSIC ".v16f32");
H A Dbinary_intrin.inc6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16, float16) __asm(__CLC_INTRINSIC ".v16f32");
H A Dunary_intrin.inc6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16 f) __asm(__CLC_INTRINSIC ".v16f32");
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtarget-builtin-error-3.c16 typedef __attribute__ ((ext_vector_type(16),__aligned__( 64))) float float16; typedef
20 static inline half16 __attribute__((__overloadable__)) convert_half( float16 a ) { in convert_half()
25 void avx_test( uint16_t *destData, float16 argbF) in avx_test()
H A Dattr-arm-sve-vector-bits-types.c53 DEFINE_STRUCT(float16)
67 DEFINE_UNION(float16)
H A Dext-vector.c305 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
307 float16 vec16, vec16_2;
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c.h7129 float16 __ovld __cnfn fma(float16, float16, float16);
7271 float16 __ovld fract(float16, float16 *);
7795 float16 __ovld __cnfn mad(float16, float16, float16);
7880 float16 __ovld modf(float16, float16 *);
8367 float16 __ovld sincos(float16, float16 *);
10028 float16 __ovld __cnfn clamp(float16, float16, float16);
10184 float16 __ovld __cnfn mix(float16, float16, float16);
10303 float16 __ovld __cnfn smoothstep(float16, float16, float16);
10998 float16 __ovld __cnfn bitselect(float16, float16, float16);
18205 float16 __ovld amd_max3(float16 src0, float16 src1, float16 src2);
[all …]
H A Dopencl-c-base.h187 typedef float float16 __attribute__((ext_vector_type(16))); typedef
596 #define as_float16(x) __builtin_astype((x), float16)
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_atomic.cpp1245 MIN_MAX_CRITICAL(float16, max, QUAD_LEGACY, <, 16r,
1247 MIN_MAX_CRITICAL(float16, min, QUAD_LEGACY, >, 16r,
1335 ATOMIC_CRITICAL(float16, add, QUAD_LEGACY, +, 16r,
1337 ATOMIC_CRITICAL(float16, sub, QUAD_LEGACY, -, 16r,
1339 ATOMIC_CRITICAL(float16, mul, QUAD_LEGACY, *, 16r,
1341 ATOMIC_CRITICAL(float16, div, QUAD_LEGACY, /, 16r,
1344 ATOMIC_CRITICAL(float16, add_a16, Quad_a16_t, +, 16r,
1346 ATOMIC_CRITICAL(float16, sub_a16, Quad_a16_t, -, 16r,
1348 ATOMIC_CRITICAL(float16, mul_a16, Quad_a16_t, *, 16r,
1350 ATOMIC_CRITICAL(float16, div_a16, Quad_a16_t, /, 16r,
[all …]
/llvm-project-15.0.7/libclc/generic/lib/relational/
H A Disequal.cl13 _CLC_DEFINE_ISEQUAL(int16, isequal, float16, float16)
/llvm-project-15.0.7/clang/test/Sema/
H A Dvector-cast.c51 typedef float float16 __attribute__((__vector_size__(16))); typedef
81 …vUInt32 counter = (float16){0.0f, 0.0f, 0.0f, 0.0f}; // expected-warning {{incompatible vector typ… in f6()
H A Dext_vector_components.c6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef
14 float16 vec16; in test()
/llvm-project-15.0.7/mlir/test/python/
H A Dexecution_engine.py286 arg1 = np.array([11.]).astype(np.float16)
287 arg2 = np.array([22.]).astype(np.float16)
288 arg3 = np.array([0.]).astype(np.float16)
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/
H A Dtest_tensor_types.py16 pt.int8, pt.int16, pt.int32, pt.int64, pt.float16, pt.float32, pt.float64
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco_api.py42 float16 = mlir_pytaco.DType(mlir_pytaco.Type.FLOAT16) variable
H A Dmlir_pytaco_utils.py91 (np.float16, c_lib.convertToMLIRSparseTensorF16,
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h77 typedef __attribute__((ext_vector_type(16))) float float16; typedef
H A Das_type.h59 #define as_float16(x) __builtin_astype(x, float16)
/llvm-project-15.0.7/libclc/generic/include/clc/relational/
H A Dfloatn.inc32 #define __CLC_FLOATN float16
/llvm-project-15.0.7/mlir/python/mlir/runtime/
H A Dnp_to_memref.py32 if dtp is np.dtype(np.float16):
/llvm-project-15.0.7/libclc/generic/include/clc/math/
H A Dgentype.inc44 #define __CLC_GENTYPE float16
/llvm-project-15.0.7/mlir/test/Conversion/FuncToSPIRV/
H A Dtypes-to-spirv.mlir132 // CHECK-LABEL: spv.func @float16
134 // NOEMU-LABEL: func @float16
136 func.func @float16(%arg0: f16) { return }
154 // CHECK-LABEL: spv.func @float16
156 // NOEMU-LABEL: spv.func @float16
158 func.func @float16(%arg0: f16) { return }
/llvm-project-15.0.7/libclc/generic/include/clc/async/
H A Dgentype.inc138 #define __CLC_GENTYPE float16
/llvm-project-15.0.7/mlir/test/python/ir/
H A Darray_attributes.py175 array = np.array([[2.0, 4.0, 8.0], [16.0, 32.0, 64.0]], dtype=np.float16)
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Damdgpu-alignment.cl42 typedef float __attribute__((ext_vector_type(16))) float16;
179 volatile local float16 lds_v16f32[4];
279 volatile local float16* lds_v16f32,
466 volatile private float16 private_v16f32[4];

12