Home
last modified time | relevance | path

Searched refs:work_group_size_hint (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dcommon.cpp128 auto work_group_size_hint = get_uint_vector_kernel_metadata(f, "work_group_size_hint"); in kernel_attributes() local
129 if (!work_group_size_hint.empty()) { in kernel_attributes()
130 std::string s = "work_group_size_hint("; in kernel_attributes()
131 s += detokenize(work_group_size_hint, ","); in kernel_attributes()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp1499 TEST_F(ComputeTest, work_group_size_hint) in TEST_F()
1502 "__attribute__((work_group_size_hint(2, 1, 1)))\n\ in TEST_F()

Completed in 5 milliseconds