Skip to content

Commit

Permalink
Merge pull request #50 from TellowKrinkle/MemRTZ
Browse files Browse the repository at this point in the history
Add rtz memory formats
  • Loading branch information
dougallj authored Oct 6, 2023
2 parents 775a86f + 3300bd0 commit d94ed49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applegpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -4499,6 +4499,8 @@ def exec(self, instr, corestate):

12: 'rg11b10f', # size = 1
13: 'rgb9e5', # size = 1
14: 'rg11b10f.rtz', # size = 1
15: 'rgb9e5.rtz', # size = 1

# TODO: others?
}
Expand Down

0 comments on commit d94ed49

Please sign in to comment.