-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
It's now impossible to enable "bytemuck" feature on spirv target.
To Reproduce
Enable bytemuck feature on spirv target
Expected behavior
I expected it to compile successfully
System information (please complete the following information):
- OS: KDE Neon 24.04 (based on ubuntu lts 24.04)
- Architecture x86_64
Additional context
I opened relevant issue on bytemuck's repo: Lokathor/bytemuck#315
Turns out simd representation cannot be used with bytemuck's derive.
The actual issue isn't the spirv target itself, instead it's just simd representation and bytemuck's derive being incompatible. but as simd representation is only used when spirv target is enabled, it only fails on spirv target.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working