zoukankan      html  css  js  c++  java
  • Cuda9.2发布

    经过一次跳票,没有很多人注意(才怪)的cuda9.2终于发布了,官方介绍如下:

    CUDA 9.2 includes updates to libraries, a new library for accelerating custom linear-algebra algorithms, and lower kernel launch latency.
    
    With CUDA 9.2, you can:
    
    Speed up recurrent and convolutional neural networks through cuBLAS optimizations
    Speed up FFT of prime size matrices through Bluestein kernels in cuFFT
    Accelerate custom linear algebra algorithms with CUTLASS 1.0
    Launch CUDA kernels up to 2X faster than CUDA 9 with new optimizations to the CUDA runtime
    Additionally, CUDA 9.2 includes bug fixes and supports new operating systems and popular development tools. Join the NVIDIA Developer Program to find out when CUDA 9.2 is available for download.
    

    看上去还是一个小版本升级,没有看到很大的提升。值得注意的是,该版本着重优化了rnn网络的性能。

    因为是刚发布的,目前看,各大深度学习框架还没有跟进,预计最近一两个月,会是各大深度学习框架推出新版本的高峰期。

    下载地址

    看上去,下载里面还没有18.04的版本下载,或者18.04的repo里面已经包含了也不一定。

  • 相关阅读:
    Qt串口的使用记录
    CImage灰度化
    (记录)MSYS2+MINGW32编译ffmpeg过程
    Blas 基本函数功能
    blas中dgemm_的用法
    选择、插入、冒泡排序
    简单的页面
    中国大学排名
    爬bing 主页
    读书报告
  • 原文地址:https://www.cnblogs.com/dwsun/p/9051023.html
Copyright © 2011-2022 走看看