Skip to content

why disable Plane::Ops for all wgpu cpu backends? #1467

Description

@jyi2ya

#[cfg(not(all(target_os = "macos", feature = "msl")))]
{
if features.contains(wgpu::Features::SUBGROUP)
&& setup.adapter.get_info().device_type != wgpu::DeviceType::Cpu
{
use cubecl_ir::features::Plane;
device_props.features.plane.insert(Plane::Ops);
}
}

i tried plane ops on llvmpipe (llvm 22.1.8), and they worked well. is there any historical reasons?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions