mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
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:
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user