File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
20
20
21
21
env :
22
22
# CUDA architectures to build for
23
- CUDAARCHS : " all-major "
23
+ CUDAARCHS : " RAPIDS "
24
24
# where conda-build puts files it creates
25
25
RAPIDS_CONDA_BLD_OUTPUT_DIR : /tmp/conda-bld-output
26
26
# where jobs that download conda packages store the local channel
Original file line number Diff line number Diff line change 12
12
13
13
env :
14
14
# CUDA architectures to build for
15
- CUDAARCHS : " all-major "
15
+ CUDAARCHS : " RAPIDS "
16
16
# where jobs that download conda packages store the local channel
17
17
RAPIDS_LOCAL_CONDA_CHANNEL : /tmp/local-conda-packages
18
18
Original file line number Diff line number Diff line change @@ -68,9 +68,11 @@ rapids_export(INSTALL legateboost
68
68
# build export targets
69
69
rapids_export(BUILD legateboost
70
70
EXPORT_SET legateboost-export
71
- GLOBAL_TARGETS legateboote
71
+ GLOBAL_TARGETS legateboost
72
72
NAMESPACE legate::)
73
73
74
+ rapids_cuda_init_architectures(legateboost)
75
+
74
76
if (SKBUILD)
75
77
add_library (legateboost_python INTERFACE )
76
78
# NOTE(seberg): Had a local error with the below, but not sure if it is needed:
You can’t perform that action at this time.
0 commit comments