We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a6471 commit 8ae452eCopy full SHA for 8ae452e
folx/experimental/pallas/attention/utils.py
@@ -7,7 +7,7 @@
7
try:
8
from jax.experimental.pallas import triton as plgpu
9
except ImportError:
10
- pass
+ from jax.experimental.pallas import gpu as plgpu
11
12
13
from packaging.version import Version
0 commit comments