This commit is contained in:
ernie
2023-06-27 19:56:54 +02:00
committed by GitHub
parent 70c07dfea5
commit 4d703be6d7

View File

@@ -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