mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
Disable float4 support
This commit is contained in:
@@ -100,4 +100,3 @@ def uops_to_triton(function_name:str, uops:List[UOp]):
|
||||
prg += '\n'.join(kernel)
|
||||
return prg, global_size, local_size
|
||||
|
||||
TritonBuffer = Compiled(RawCUDABuffer, LinearizerOptions(), uops_to_triton, TritonProgram)
|
||||
Reference in New Issue
Block a user