Function isNvptx [src]

Prototype

pub inline fn isNvptx(arch: Arch) bool

Parameters

arch: Arch

Source

pub inline fn isNvptx(arch: Arch) bool { return switch (arch) { .nvptx, .nvptx64 => true, else => false, }; }