Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA 11.4 #7

Merged
merged 8 commits into from
Aug 4, 2021
Merged

CUDA 11.4 #7

merged 8 commits into from
Aug 4, 2021

Conversation

nietras
Copy link
Owner

@nietras nietras commented Aug 3, 2021

Many more overloads needed and different hacks to get this compiling.
Many warnings so disabled treat warnings as errors in MathCUDA.

nuget package contents.

+---nietras.cntk.deps.cuda
|   |   nietras.CNTK.Deps.Cuda.nuspec
|   |
|   +---build
|   |   +---native
|   |   |       nietras.CNTK.Deps.Cuda.targets
|   |   |
|   |   \---netstandard2.0
|   |           nietras.CNTK.Deps.Cuda.targets
|   |
|   \---support
|       \---x64
|           \---Dependency
|                   cublas64_11.dll
|                   cublasLt64_11.dll
|                   cudart64_110.dll
|                   curand64_10.dll
|                   cusparse64_11.dll
|                   nvml.dll
|
+---nietras.cntk.deps.cudnn
|   |   nietras.CNTK.Deps.cuDNN.nuspec
|   |
|   +---build
|   |   +---native
|   |   |       nietras.CNTK.Deps.cuDNN.targets
|   |   |
|   |   \---netstandard2.0
|   |           nietras.CNTK.Deps.cuDNN.targets
|   |
|   \---support
|       \---x64
|           \---Dependency
|                   cudnn64_8.dll
|                   cudnn_adv_infer64_8.dll
|                   cudnn_adv_train64_8.dll
|                   cudnn_ops_infer64_8.dll
|                   cudnn_ops_train64_8.dll
|
+---nietras.cntk.deps.cudnn.cnn
|   |   nietras.CNTK.Deps.cuDNN.CNN.nuspec
|   |
|   +---build
|   |   +---native
|   |   |       nietras.CNTK.Deps.cuDNN.CNN.targets
|   |   |
|   |   \---netstandard2.0
|   |           nietras.CNTK.Deps.cuDNN.CNN.targets
|   |
|   \---support
|       \---x64
|           \---Dependency
|                   cudnn_cnn_infer64_8.dll
|                   cudnn_cnn_train64_8.dll
|
+---nietras.cntk.deps.mkl
|   |   nietras.CNTK.Deps.MKL.nuspec
|   |
|   +---build
|   |   +---native
|   |   |       nietras.CNTK.Deps.MKL.targets
|   |   |
|   |   \---netstandard2.0
|   |           nietras.CNTK.Deps.MKL.targets
|   |
|   \---support
|       \---x64
|           \---Dependency
|                   libiomp5md.dll
|                   mkldnn.dll
|                   mklml.dll
|
+---nietras.cntk.deps.opencv.zip
|   |   nietras.CNTK.Deps.OpenCV.Zip.nuspec
|   |
|   +---build
|   |   +---native
|   |   |       nietras.CNTK.Deps.OpenCV.Zip.targets
|   |   |
|   |   \---netstandard2.0
|   |           nietras.CNTK.Deps.OpenCV.Zip.targets
|   |
|   \---support
|       \---x64
|           \---Dependency
|               |   zip.dll
|               |   zlib.dll
|               |
|               +---Debug
|               |       opencv_world310d.dll
|               |
|               \---Release
|                       opencv_world310.dll
|
\---nietras.cntk.gpu
    |   nietras.CNTK.GPU.nuspec
    |
    +---build
    |   +---native
    |   |   |   nietras.CNTK.GPU.targets
    |   |   |
    |   |   +---include
    |   |   |   |   CNTKLibrary.h
    |   |   |   |   CNTKLibraryC.h
    |   |   |   |   CNTKLibraryExperimental.h
    |   |   |   |   CNTKLibraryInternals.h
    |   |   |   |   HalfConverter.hpp
    |   |   |   |
    |   |   |   \---Internals
    |   |   |           ComputationGraphAlgorithms.h
    |   |   |           EvaluatorWrapper.h
    |   |   |           PrimitiveFunction.h
    |   |   |           PrimitiveFunctionAttribute.h
    |   |   |           PrimitiveOpType.h
    |   |   |
    |   |   \---lib
    |   |       \---x64
    |   |           +---Debug
    |   |           |       Cntk.Core-2.8.1d.lib
    |   |           |
    |   |           \---Release
    |   |                   Cntk.Core-2.8.1.lib
    |   |
    |   +---netstandard2.0
    |   |       nietras.CNTK.GPU.targets
    |   |
    |   \---non-supported
    |       \---include
    |               CNTKLibrary.h
    |
    +---lib
    |   \---netstandard2.0
    |           _._
    |
    \---support
        \---x64
            +---Debug
            |       Cntk.Composite-2.8.1d.dll
            |       Cntk.Core-2.8.1d.dll
            |       Cntk.Core.CSBinding-2.8.1d.dll
            |       Cntk.DelayLoadedExtensions-2.8.1d.dll
            |       Cntk.Deserializers.Binary-2.8.1d.dll
            |       Cntk.Deserializers.HTK-2.8.1d.dll
            |       Cntk.Deserializers.Image-2.8.1d.dll
            |       Cntk.Deserializers.TextFormat-2.8.1d.dll
            |       Cntk.Math-2.8.1d.dll
            |       Cntk.PerformanceProfiler-2.8.1d.dll
            |
            \---Release
                    Cntk.Composite-2.8.1.dll
                    Cntk.Core-2.8.1.dll
                    Cntk.Core.CSBinding-2.8.1.dll
                    Cntk.DelayLoadedExtensions-2.8.1.dll
                    Cntk.Deserializers.Binary-2.8.1.dll
                    Cntk.Deserializers.HTK-2.8.1.dll
                    Cntk.Deserializers.Image-2.8.1.dll
                    Cntk.Deserializers.TextFormat-2.8.1.dll
                    Cntk.Math-2.8.1.dll
                    Cntk.PerformanceProfiler-2.8.1.dll

@nietras nietras mentioned this pull request Aug 3, 2021
@nietras nietras changed the title CUDA 11.4 from 11.1 CUDA 11.4 Aug 3, 2021
@nietras nietras merged commit 1df2710 into master Aug 4, 2021
@nietras nietras deleted the cuda-11.4-from-11.1 branch August 4, 2021 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant