mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
actually no
This commit is contained in:
parent
dacfa01c0d
commit
82e42ec061
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ def split_load_store(ctx:Renderer|None, ls:UOp, idx:UOp):
|
|||
elif isinstance(buf.dtype, ImageDType):
|
||||
lengths = [4]
|
||||
elif ctx is not None and CPU_X86:
|
||||
lengths = [8,4,2] if buf.dtype.base == dtypes.half else [4,2]
|
||||
lengths = [4,2] if buf.dtype.base == dtypes.float else []
|
||||
must_divide = False
|
||||
elif ctx is not None and ctx.supports_float4:
|
||||
# TODO: a better way to get this than ctx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue