From 9fffe869e2a8e5c995a024f102ce7d373e364daa Mon Sep 17 00:00:00 2001 From: Ashwin Srinath Date: Mon, 15 Nov 2021 12:50:03 -0500 Subject: [PATCH 1/2] Add ptxcompiler to runtime env --- conda/recipes/rapids/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/rapids/meta.yaml b/conda/recipes/rapids/meta.yaml index c0a5927c..c2f8bed2 100644 --- a/conda/recipes/rapids/meta.yaml +++ b/conda/recipes/rapids/meta.yaml @@ -56,6 +56,7 @@ requirements: - dask-cuda ={{ minor_version }}.* - rapids-xgboost ={{ minor_version }}.* - rmm ={{ minor_version }}.* + - ptxcompiler # CUDA enhanced compat. See https://github.com/rapidsai/ptxcompiler test: # [linux64] imports: # [linux64] From 98c6ee25da2b3ebf5ad53f44f7641b2f6d82c524 Mon Sep 17 00:00:00 2001 From: Ashwin Srinath <3190405+shwina@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:24:48 -0500 Subject: [PATCH 2/2] Update conda/recipes/rapids/meta.yaml Co-authored-by: jakirkham --- conda/recipes/rapids/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/rapids/meta.yaml b/conda/recipes/rapids/meta.yaml index c2f8bed2..fe2c439c 100644 --- a/conda/recipes/rapids/meta.yaml +++ b/conda/recipes/rapids/meta.yaml @@ -56,7 +56,7 @@ requirements: - dask-cuda ={{ minor_version }}.* - rapids-xgboost ={{ minor_version }}.* - rmm ={{ minor_version }}.* - - ptxcompiler # CUDA enhanced compat. See https://github.com/rapidsai/ptxcompiler + - ptxcompiler # [linux64] # CUDA enhanced compat. See https://github.com/rapidsai/ptxcompiler test: # [linux64] imports: # [linux64]