Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
removing previous CUDA make versions and adding support for cuda11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Kumar Srivastava committed Feb 24, 2021
1 parent 733645d commit 8f86404
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 685 deletions.
2 changes: 1 addition & 1 deletion cd/utils/artifact_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Artifact Repository - Pushing and Pulling libmxnet

The artifact repository is an S3 bucket accessible only to restricted Jenkins nodes. It is used to store compiled MXNet artifacts that can be used by downstream CD pipelines to package the compiled libraries for different delivery channels (e.g. DockerHub, PyPI, Maven, etc.). The S3 object keys for the files being posted will be prefixed with the following distinguishing characteristics of the binary: branch, commit id, operating system, variant and dependency linking strategy (static or dynamic). For instance, s3://bucket/73b29fa90d3eac0b1fae403b7583fdd1529942dc/ubuntu16.04/cu100mkl/static/libmxnet.so
The artifact repository is an S3 bucket accessible only to restricted Jenkins nodes. It is used to store compiled MXNet artifacts that can be used by downstream CD pipelines to package the compiled libraries for different delivery channels (e.g. DockerHub, PyPI, Maven, etc.). The S3 object keys for the files being posted will be prefixed with the following distinguishing characteristics of the binary: branch, commit id, operating system, variant and dependency linking strategy (static or dynamic). For instance, s3://bucket/73b29fa90d3eac0b1fae403b7583fdd1529942dc/ubuntu16.04/cu100/static/libmxnet.so

An MXNet artifact is defined as the following set of files:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ USE_CUDA = 1
# add the path to CUDA library to link and compile flag
# if you have already add them to environment variable, leave it as NONE
# USE_CUDA_PATH = /usr/local/cuda
USE_CUDA_PATH = $(DEPS_PATH)/usr/local/cuda-9.2
USE_CUDA_PATH = $(DEPS_PATH)/usr/local/cuda-11.2

# whether to use CuDNN library
USE_CUDNN = 1
Expand Down Expand Up @@ -170,3 +170,4 @@ EXTRA_OPERATORS =
# [email protected]:dato-code/SFrame.git
# SFRAME_PATH = $(HOME)/SFrame
# MXNET_PLUGINS += plugin/sframe/plugin.mk

167 changes: 0 additions & 167 deletions make/staticbuild/linux_cu75.mk

This file was deleted.

170 changes: 0 additions & 170 deletions make/staticbuild/linux_cu80.mk

This file was deleted.

Loading

0 comments on commit 8f86404

Please sign in to comment.