HomeSort by relevance Sort by last modified time
    Searched refs:has_avx512f (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 77 unsigned has_avx512f:1; member in struct:util_cpu_caps
u_cpu_detect.c 458 util_cpu_caps.has_avx512f = (regs3[1] >> 16) & 1;
541 debug_printf("util_cpu_caps.has_avx512f = %u\n", util_cpu_caps.has_avx512f);
  /external/mesa3d/src/gallium/drivers/swr/
swr_loader.cpp 78 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512er) {
90 if (util_cpu_caps.has_avx512f && util_cpu_caps.has_avx512bw) {
  /external/tensorflow/tensorflow/core/kernels/
mkl_tfconv_op.h 63 bool has_avx512f, uint input_number) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]

Completed in 342 milliseconds