mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-01 11:22:49 +08:00
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
13 lines
372 B
YAML
13 lines
372 B
YAML
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.
|