mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
rename allocator methods to not conflict [pr] (#7788)
* rename allocator methods to not conflict [pr] * forgot those * transfer + offset
This commit is contained in:
2
test/external/external_test_speed_llama.py
vendored
2
test/external/external_test_speed_llama.py
vendored
@@ -14,7 +14,7 @@ class FakeProgram:
|
||||
|
||||
class FakeAllocator(Allocator):
|
||||
def _alloc(self, sz, options): return None
|
||||
def copyin(self, dest, src:memoryview): pass
|
||||
def _copyin(self, dest, src:memoryview): pass
|
||||
|
||||
class TestLLaMASpeed(unittest.TestCase):
|
||||
def test_llama_compile(self):
|
||||
|
||||
Reference in New Issue
Block a user