Home
last modified time | relevance | path

Searched refs:__m512 (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dadam_fp32.c161 __m512 beta1_r = _mm512_set1_ps(beta1); in AdamWeightDecayFp32()
162 __m512 beta2_r = _mm512_set1_ps(beta2); in AdamWeightDecayFp32()
163 __m512 beta1_minus_r = _mm512_set1_ps(beta1_minus); in AdamWeightDecayFp32()
164 __m512 beta2_minus_r = _mm512_set1_ps(beta2_minus); in AdamWeightDecayFp32()
165 __m512 lr_neg_r = _mm512_set1_ps(-lr); in AdamWeightDecayFp32()
166 __m512 epsilon_r = _mm512_set1_ps(epsilon); in AdamWeightDecayFp32()
167 __m512 decay_r = _mm512_set1_ps(decay); in AdamWeightDecayFp32()
176 __m512 var_r = _mm512_loadu_ps(var_ptr); in AdamWeightDecayFp32()
177 __m512 m_r = _mm512_loadu_ps(m_ptr); in AdamWeightDecayFp32()
178 __m512 v_r = _mm512_loadu_ps(v_ptr); in AdamWeightDecayFp32()
[all …]
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_types.hpp322 union __m512 union
358 SIMDINLINE Float(__m512 in) : v(in) {} in Float()
365 SIMDINLINE Float& SIMDCALL operator=(__m512 in) in operator =()
380 SIMDINLINE SIMDCALL operator __m512() const { return v; } in operator __m512()
382 SIMDALIGN(__m512, SIMD_ALIGNMENT_BYTES) v;
Dsimdlib_256_avx512.inl37 static SIMDINLINE __m512 __conv(Float r)
49 static SIMDINLINE Float __conv(__m512 r)
Dsimdlib_128_avx512.inl37 static SIMDINLINE __m512 __conv(Float r)
49 static SIMDINLINE Float __conv(__m512 r)
/third_party/mesa3d/docs/relnotes/
D18.3.3.rst34 - error: inlining failed in call to always_inline ‘__m512
35 \_mm512_and_ps(__m512, \__m512)’: target specific option mismatch
D19.0.0.rst153 - error: inlining failed in call to always_inline ‘__m512
154 \_mm512_and_ps(__m512, \__m512)’: target specific option mismatch
/third_party/skia/src/opts/
DSkBlitRow_opts.h159 _mm512_storeu_si512((__m512*)dst, in blit_row_s32a_opaque()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.td118 // __m512, __m512i, __m512d --> ZMM
194 // __m512, __m512i, __m512d --> ZMM
/third_party/flutter/skia/third_party/skcms/src/
DTransform_inl.h181 return (U16)_mm512_cvtps_ph((__m512 )f, _MM_FROUND_CUR_DIRECTION ); in Half_from_F()
/third_party/skia/third_party/skcms/src/
DTransform_inl.h193 return (U16)_mm512_cvtps_ph((__m512 )f, _MM_FROUND_CUR_DIRECTION ); in Half_from_F()