mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
fix typo (#1065)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user