We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe1591 commit 1d20c6bCopy full SHA for 1d20c6b
examples/graphs/bfs_bottomup.py
@@ -1,8 +1,9 @@
1
import pykokkos as pk
2
+
3
if pk.get_default_space() in pk.DeviceExecutionSpace:
- import cupy as np
4
+ import cupy as np
5
else:
- import numpy as np
6
+ import numpy as np
7
8
import argparse
9
examples/pykokkos/binsort.py
@@ -1,9 +1,9 @@
def main():
examples/pykokkos/subviews.py
@@ -2,9 +2,9 @@
10
0 commit comments