We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab98697 commit 6cfde00Copy full SHA for 6cfde00
dpctl/tensor/_array_api.py
@@ -63,7 +63,7 @@ def _get_device_impl(d):
63
raise TypeError(f"Unsupported type for device argument: {type(d)}")
64
65
66
-__array_api_version__ = "2023.12"
+__array_api_version__ = "2024.12"
67
68
69
class Info:
0 commit comments