Changes between Initial Version and Version 1 of hasznos:cuda80


Ignore:
Timestamp:
Oct 13, 2016, 1:07:26 PM (8 years ago)
Author:
gtolnai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hasznos:cuda80

    v1 v1  
     1'''New in CUDA 8'''
     2
     3'''Pascal Architecture Support''' \\
     4* Enhance performance out-of-the-box on Pascal GPUs
     5* Simplify programming using Unified Memory including support for large datasets, concurrent data access and atomics
     6* Optimize Unified Memory performance using new data migration APIs
     7* Increase throughput at ultra-fast speeds using NVIDIA® NVLINK™, new high-speed interconnect
     8'''Developer Tools''' \\
     9* Identify latent system-level bottlenecks using critical path analysis
     10* Improve productivity by up to 2x with faster NVCC compile times
     11* Tune OpenACC applications and overall host code using new profiling extensions
     12'''Libraries'''
     13* Accelerate graph analytics algorithms with nvGRAPH
     14* Speed-up Deep Learning applications using native support for FP16 and INT8, support for batch operation in cuBLAS