diff --git a/src/panfrost/bifrost/bifrost_compile.h b/src/panfrost/bifrost/bifrost_compile.h index 7aa5a386761..9c94087dba2 100644 --- a/src/panfrost/bifrost/bifrost_compile.h +++ b/src/panfrost/bifrost/bifrost_compile.h @@ -80,6 +80,9 @@ static const nir_shader_compiler_options bifrost_nir_options = { .use_interpolated_input_intrinsics = true, .lower_uniforms_to_ubo = true, + + .has_cs_global_id = true, + .lower_cs_local_index_from_id = true, }; #endif