Switch ops_gpu -> gpuctypes (#2532)

* ops_gpu is go

* fix size 0

* fix image, and add more tests

* nerf openpilot test, doesn't test thneed

* run the schedule

* better

* oops, new inputs

* delete pyopencl

* Update ops_gpu.py
This commit is contained in:
George Hotz
2023-12-01 22:30:21 -08:00
committed by GitHub
parent 99ee2ec37a
commit 27481b9206
7 changed files with 136 additions and 140 deletions

View File

@@ -19,7 +19,7 @@ setup(name='tinygrad',
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License"
],
install_requires=["numpy", "tqdm", "pyopencl", "gpuctypes",
install_requires=["numpy", "tqdm", "gpuctypes",
"pyobjc-framework-Metal; platform_system=='Darwin'",
"pyobjc-framework-libdispatch; platform_system=='Darwin'"],
python_requires='>=3.8',