[FRONTEND] Handle torch.uint8 args (#513)
Co-authored-by: Philippe Tillet <Phil.Tillet@gmail.com>
This commit is contained in:
@@ -822,6 +822,7 @@ class Kernel:
|
|||||||
torch.float32: 'f32',
|
torch.float32: 'f32',
|
||||||
torch.float64: 'f64',
|
torch.float64: 'f64',
|
||||||
torch.bool: 'i1',
|
torch.bool: 'i1',
|
||||||
|
torch.uint8: 'u8',
|
||||||
torch.int8: 'i8',
|
torch.int8: 'i8',
|
||||||
torch.int16: 'i16',
|
torch.int16: 'i16',
|
||||||
torch.int32: 'i32',
|
torch.int32: 'i32',
|
||||||
|
Reference in New Issue
Block a user