Sign in
dawn
/
dawn
/
f5b5bf7dbe8e7be6f37e24e09e55a80c73fcdca5
/
.
/
test
/
tint
/
builtins
/
compute_subgroup_inclusive.wgsl.expected.msl
blob: 22d45d42440d714a14c6ee992f9df24f4026c0f8 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float
const
val
=
2.0f
;
float
const
subadd
=
simd_prefix_inclusive_sum
(
val
);
float
const
submul
=
simd_prefix_inclusive_product
(
val
);
return
;
}