mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-18 18:35:12 -05:00
Rdna (#776)
* assembler maybe * custom asm * rdna3 on quiet * trigger crashes * fixed notes * non-fatal rdna2 crash * Crash4 * improve rdna sniffer * comments * improve sniffer * asm * 131 TFLOPS RDNA3 * opt simple matmul * todos
This commit is contained in:
@@ -197,7 +197,7 @@ class CStyleCodegen(Linearizer):
|
||||
# sometimes, there's more dimensions than len(self.lang.gid).
|
||||
# compact all the dimensions into the first
|
||||
# NOTE: this might make multiview shapetrackers
|
||||
# TODO: this exposes bugs in the optimizers assuming the strides are on a single vie
|
||||
# TODO: this exposes bugs in the optimizers assuming the strides are on a single view
|
||||
"""
|
||||
if len(self.lang.gid) and self.first_reduce > len(self.lang.gid):
|
||||
num_to_merge = (self.first_reduce - len(self.lang.gid))+1
|
||||
|
||||
Reference in New Issue
Block a user