Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 File Format: exe
Rating: 1.956521739
out of 5
based on 23 user ratings
Downloads: 637 License: Free
NVIDIA CUDA Toolkit is a free software by Nvidia and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download NVIDIA CUDA Toolkit which is 640.12 MB in size and belongs to the software category Components Libraries. NVIDIA CUDA Toolkit was released on 2014-02-28 and last updated on our database on 2017-03-30 and is currently at version 5.5.
We also have NVIDIA CUDA Toolkit 64bit version which is 843.85 MB in size and will work on x64 computers.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
NVIDIA CUDA Toolkit Description
GPU Timestamp: Start time stamp
Method: GPU method name. This is either "memcpy*" for memory copies or the name of a GPU kernel. Memory copies have a suffix that describes the type of a memory transfer, e.g. "memcpyDToHasync" means an asynchronous transfer from Device memory to Host memory
GPU Time: It is the execution time for the method on GPU
CPU Time:It is sum of GPU time and CPU overhead to launch that Method. At driver generated data level, CPU Time is only CPU overhead to launch the Method for non-blocking Methods; for blocking methods it is sum of GPU time and CPU overhead. All kernel launches by default are non-blocking. But if any profiler counters are enabled kernel launches are blocking. Asynchronous memory copy requests in different streams are non-blocking
Stream Id : Identification number for the stream
Columns only for kernel methods
Occupancy : Occupancy is the ratio of the number of active warps per multiprocessor to the maximum number of active warps
Profiler counters: Refer the profiler counters section for list of counters supported
grid size : Number of blocks in the grid along the X, Y and Z dimensions is shown as [num_blocks_X num_blocks_Y num_blocks_Z] in a single column
block size : Number of threads in a block along X, Y and Z dimensions is shown as [num_threads_X num_threads_Y num_threads_Z]] in a single column
dyn smem per block: Dynamic shared memory size per block in bytes
sta smem per block: Static shared memory size per block in bytes
reg per thread: Number of registers per thread
Columns only for memcopy methods
mem transfer size: Memory transfer size in bytes
host mem transfer type: Specifies whether a memory transfer uses "Pageable" or "Page-locked" memory