File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
include/nbl/builtin/hlsl/subgroup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ namespace subgroup
19
19
{
20
20
21
21
template<class Binop, class device_capabilities=void >
22
- struct reduction : impl::reduction<Binop,device_capabilities_traits<device_capabilities>::subgroupArithmetic > {};
22
+ struct reduction : impl::reduction<Binop,device_capabilities_traits<device_capabilities>::shaderSubgroupArithmetic > {};
23
23
template<class Binop, class device_capabilities=void >
24
- struct inclusive_scan : impl::inclusive_scan<Binop,device_capabilities_traits<device_capabilities>::subgroupArithmetic > {};
24
+ struct inclusive_scan : impl::inclusive_scan<Binop,device_capabilities_traits<device_capabilities>::shaderSubgroupArithmetic > {};
25
25
template<class Binop, class device_capabilities=void >
26
- struct exclusive_scan : impl::exclusive_scan<Binop,device_capabilities_traits<device_capabilities>::subgroupArithmetic > {};
26
+ struct exclusive_scan : impl::exclusive_scan<Binop,device_capabilities_traits<device_capabilities>::shaderSubgroupArithmetic > {};
27
27
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments