mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-15 20:00:35 +08:00
CUB conda instructions
Summary: We have already uploaded a conda package of the cub 1.10.0 sources to our channel on anaconda. Here is the code we used. Reviewed By: nikhilaravi Differential Revision: D25395358 fbshipit-source-id: b58fd473fcafd425c98c9d7a7c32574f651383a0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d07307a451
commit
d6412c94dc
12
packaging/cub_conda/cub/meta.yaml
Normal file
12
packaging/cub_conda/cub/meta.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
package:
|
||||
name: nvidiacub
|
||||
version: 1.10.0
|
||||
source:
|
||||
url: https://github.com/NVIDIA/cub/archive/1.10.0.tar.gz
|
||||
folder: source
|
||||
build:
|
||||
script: mkdir $PREFIX/include && cp -r source/cub $PREFIX/include/cub
|
||||
|
||||
about:
|
||||
home: https://github.com/NVIDIA/cub
|
||||
summary: CUB provides state-of-the-art, reusable software components for every layer of the CUDA programming model.
|
||||
Reference in New Issue
Block a user