Home
last modified time | relevance | path

Searched refs:l1_cache_size (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c263 int32_t l1_cache_size; member
387 chunk->l1_cache_size = rad_info->l1_cache_size; in radv_fill_sqtt_asic_info()
/external/tensorflow/tensorflow/core/protobuf/
Ddevice_properties.proto41 int64 l1_cache_size = 8; field
/external/mesa3d/src/amd/common/
Dac_gpu_info.h111 uint32_t l1_cache_size; member
Dac_gpu_info.c491 info->l1_cache_size = 16384; in ac_query_gpu_info()
921 fprintf(f, " l1_cache_size = %i\n", info->l1_cache_size); in ac_print_gpu_info()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc121 LOG(INFO) << offset3 << "L1 cache size = " << dt.l1_cache_size(); in PrintDebugInfo()