tiny.gpu.DeviceFamily
Defined in contract.
API (7)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:46
zig
pub const DeviceFamily = enum(u8) { nvidia_cuda = 0, vulkan = 1, apple_metal = 2, external = 3, webgpu = 4, native_cpu = 5, webassembly = 6,};Source: lib/gpu/src/root.zig:36
zig
pub const DeviceFamily = contract.DeviceFamily;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 7 |
| Version | 26.7.0 |
| Revision | daab053ee433 |