CUDA 4.x on Ubuntu

January 4th, 2012 vietnamen No comments

Sorry, this entry is only available in Tiếng Việt.

Categories: Khác Tags:

compile cutil as shared library –> libcutil_x86_64.so

May 24th, 2010 vietnamen No comments

Today, I would like to share my experience in building cutil as a shared library. There are two files we need to modify: common.mk and Makefile

Categories: CUDA, CUDA C Tags:

Tools for C CUDA in Linux

April 23rd, 2010 vietnamen 2 comments

Sorry, this entry is only available in Tiếng Việt.

Categories: CUDA Tags: ,

Tools for C CUDA in Windows

April 23rd, 2010 vietnamen No comments

Sorry, this entry is only available in Tiếng Việt.

Categories: CUDA Tags: ,

Install cudpp in Ubuntu 9.10

March 23rd, 2010 vietnamen No comments

Here I mention how to install cuDPP 1.1 in Ubuntu 9.10

Categories: CUDA Tags: ,

(Tiếng Việt) Tài liệu thông số CPU

February 24th, 2010 vietnamen No comments

Sorry, this entry is only available in Tiếng Việt.

Categories: Khác Tags:

GPU specification

February 16th, 2010 admin No comments

Sorry, this entry is only available in Tiếng Việt.

A collection of parallel programming models

December 17th, 2009 admin No comments

C

  1. CUDA (NVIDIA): original C, now extend to many languages
  2. Stream framework (AMD ATI): now deprecated by OpenCL

C++

  1. CUDA
  2. Sieve C++ programming model
  3. Intel Threading Building Block (TBB)
  4. Intel Concurrent Collection (CnC)
  5. RapidMind multi-core development platform (RapidMind Inc –> Intel)

Fortran

  1. CUDA
  2. PGI Accelerate

MultiLange:

  1. OpenMP
  2. MPI
  3. OpenCL
  4. CUDA: C, C++, Python, Fortran, Matlab

PGI Accelerate

December 15th, 2009 admin No comments

Sorry, this entry is only available in Tiếng Việt.

Part 8: CUDA – kernel execution

November 6th, 2009 admin No comments

Sorry, this entry is only available in Tiếng Việt.