You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
841 | | An integer add group operation of all `value` operands contributed by active invocations in the group.
@@ -8,12 +8,12 @@ error[E0080]: evaluation of `spirv_std::arch::subgroup_clustered_i_add::<0, u32,
8
8
... |
9
9
856 | | * `ClusterSize` must not be greater than the size of the group
10
10
857 | | ");
11
-
| |__^ the evaluated program panicked at '`ClusterSize` must be at least 1', /home/firestar99/workspace/frameworks/rust-gpu/crates/spirv-std/src/arch/subgroup.rs:840:1
11
+
| |__^ the evaluated program panicked at '`ClusterSize` must be at least 1', $SPIRV_STD_SRC/arch/subgroup.rs:840:1
12
12
|
13
13
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `macro_subgroup_op_clustered` (in Nightly builds, run with -Z macro-backtrace for more info)
841 | | An integer add group operation of all `value` operands contributed by active invocations in the group.
@@ -8,12 +8,12 @@ error[E0080]: evaluation of `spirv_std::arch::subgroup_clustered_i_add::<5, u32,
8
8
... |
9
9
856 | | * `ClusterSize` must not be greater than the size of the group
10
10
857 | | ");
11
-
| |__^ the evaluated program panicked at '`ClusterSize` must be a power of 2', /home/firestar99/workspace/frameworks/rust-gpu/crates/spirv-std/src/arch/subgroup.rs:840:1
11
+
| |__^ the evaluated program panicked at '`ClusterSize` must be a power of 2', $SPIRV_STD_SRC/arch/subgroup.rs:840:1
12
12
|
13
13
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `macro_subgroup_op_clustered` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments