mirror of https://github.com/commaai/tinygrad.git
fix typo (#1065)
This commit is contained in:
parent
70c07dfea5
commit
4d703be6d7
|
@ -184,7 +184,7 @@ class Runtime(ABC):
|
|||
# == RawBuffer (in tinygrad/runtime/lib.py, code 5/10) ==
|
||||
import numpy as np
|
||||
|
||||
# RawBuffer is where the data is actualy held. it's pretty close to just memory
|
||||
# RawBuffer is where the data is actually held. it's pretty close to just memory
|
||||
class RawBuffer(ABC):
|
||||
# create an empty rawbuffer that holds `size` elements of type `dtype`
|
||||
# `buf` is an opaque container class
|
||||
|
|
Loading…
Reference in New Issue