Jump to content
LaptopVideo2Go Forums

GeForce 451.82 Tesla / CUDA Toolkit 11.0.3 Update 1


StefanG3D

Recommended Posts

Amongst others latest driver for the myriads of EIZO Quadro MED-XN users...

    DEV_0FF3&SUBSYS_116215C3 "EIZO Quadro MED-XN30LP"
    DEV_13BC&SUBSYS_114015C3 "EIZO Quadro MED-XN50LP"
    DEV_13F1&SUBSYS_115315C3 "EIZO Quadro MED-XN90"
    DEV_1430&SUBSYS_119015C3 "EIZO Quadro MED-XN70"
    DEV_1BB1&SUBSYS_11A315C3 "EIZO Quadro MED-XN91"
    DEV_1C30&SUBSYS_11B315C3 "EIZO Quadro MED-XN71"
    DEV_1C31&SUBSYS_131B15C3 "EIZO Quadro MED-XN72"
    DEV_1CB1&SUBSYS_11BC15C3 "EIZO Quadro MED-XN51LP"
    DEV_1CB3&SUBSYS_11BE15C3 "EIZO Quadro MED-XN31LP"
    DEV_1EB1&SUBSYS_12A015C3 "EIZO Quadro MED-XN92"

http://us.download.nvidia.com/tesla/451.82/451.82-tesla-desktop-win10-64bit-international.exe
http://us.download.nvidia.com/tesla/451.82/451.82-tesla-desktop-winserver-2019-2016-international.exe

Edited by StefanG3D
Link to comment
Share on other sites

This driver also comes with NVIDIA CUDA Toolkit 11.0.3 Update 1

New Features

  • General CUDA
    • CUDA 11.0 Update 1 is a minor update that is binary compatible with CUDA 11.0. This release will work with all versions of the R450 NVIDIA driver.
    • Added support for SUSE SLES 15.2 on x86_64 and arm64 platforms.
    • A new user stream priority value has been added. This will lower the value of greatestPriority returned from cudaDeviceGetStreamPriorityRange by 1, allowing for applications to create "low, medium, high" priority streams rather than just "low, high".
  • CUDA Compiler
    • NVCC now supports new flags --forward-unknown-to-host-compiler and --forward-unknown-to-host-linker to forward unknown flags to the host compiler and linker, respectively. Please see the nvcc documentation or output of nvcc --help for details.
  • cuBLAS
    • The cuBLAS API was extended with a new function: cublasSetWorkspace(), which allows the user to set the cuBLAS library workspace to a user-owned device buffer, which will be used by cuBLAS to execute all subsequent calls to the library on the currently set stream.
    • The cuBLASLt experimental logging mechanism can be enabled in two ways:
      • By setting the following environment variables before launching the target application:
        • CUBLASLT_LOG_LEVEL=<level> - where level is one of the following levels:
          • "0" - Off - logging is disabled (default)
          • "1" - Error - only errors will be logged
          • "2" - Trace - API calls that launch CUDA kernels will log their parameters and important information
          • "3" - Hints - hints that can potentially improve the application's performance
          • "4" - Heuristics - heuristics log that may help users to tune their parameters
          • "5" - API Trace - API calls will log their parameter and important information
        • CUBLASLT_LOG_MASK=<mask> - while mask is a combination of the following masks:
          • "0" - Off
          • "1" - Error
          • "2" - Trace
          • "4" - Hints
          • "8" - Heuristics
          • "16" - API Trace
        • CUBLASLT_LOG_FILE=<value> - where value is a file name in the format of "<file_name>.%i"; %i will be replaced with the process ID. If CUBLASLT_LOG_FILE is not defined, the log messages are printed to stdout.
      • By using the runtime API functions defined in the cublasLt header:
        • typedef void(*cublasLtLoggerCallback_t)(int logLevel, const char* functionName, const char* message) - A type of callback function pointer.
        • cublasStatus_t cublasLtLoggerSetCallback(cublasLtLoggerCallback_t callback) - Allows to set a call back functions that will be called for every message that is logged by the library.
        • cublasStatus_t cublasLtLoggerSetFile(FILE* file) - Allows to set the output file for the logger. The file must be open and have write permissions.
        • cublasStatus_t cublasLtLoggerOpenFile(const char* logFile) - Allows to give a path in which the logger should create the log file.
        • cublasStatus_t cublasLtLoggerSetLevel(int level) - Allows to set the log level to one of the above mentioned levels.
        • cublasStatus_t cublasLtLoggerSetMask(int mask) - Allows to set the log mask to a combination of the above mentioned masks.
        • cublasStatus_t cublasLtLoggerForceDisable() - Allows to disable to logger for the entire session. Once this API is being called, the logger cannot be reactivated in the current session.

Resolved Issues

  • CUDA Libraries: CURAND
    • Fixed an issue that caused linker errors about the multiple definitions of mtgp32dc_params_fast_11213 and mtgpdc_params_11213_num when including curand_mtgp32dc_p_11213.h in different compilation units.
  • CUDA Libraries: cuBLAS
    • Some tensor core accelerated strided batched GEMM routines would result in misaligned memory access exceptions when batch stride wasn't a multiple of 8.
    • Tensor core accelerated cublasGemmBatchedEx (pointer-array) routines would use slower variants of kernels assuming bad alignment of the pointers in the pointer array. Now it assumes that pointers are well aligned, as noted in the documentation.
  • Math API
    • nv_bfloat16 comparison functions could trigger a fault with misaligned addresses.
    • Performance improvements in half and nv_bfloat16 basic arithmetic implementations.
  • CUDA Tools
    • A non-deterministic hanging issue on calls to cusolverRfBatchSolve() has been resolved.
    • Resolved an issue where using libcublasLt_sparse.a pruned by nvprune caused applications to fail with the error cudaErrorInvalidKernelImage.
    • Fixed an issue that prevented code from building in Visual Studio if placed inside a .cu file.

Known Issues

  • nvJPEG
    • NVJPEG_BACKEND_GPU_HYBRID has an issue when handling bit-streams which have corruption in the scan.

Deprecations

None.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...