'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글
지하철 신고는 몰래해야겠어 -_- (0) | 2012.05.01 |
---|---|
갈수록 축소되는 신용카드 혜택 ㅠ.ㅠ (0) | 2012.04.30 |
난 멀하고 있는걸까 (0) | 2012.04.24 |
D-137 (0) | 2012.04.17 |
불태우자 (0) | 2012.04.16 |
지하철 신고는 몰래해야겠어 -_- (0) | 2012.05.01 |
---|---|
갈수록 축소되는 신용카드 혜택 ㅠ.ㅠ (0) | 2012.04.30 |
난 멀하고 있는걸까 (0) | 2012.04.24 |
D-137 (0) | 2012.04.17 |
불태우자 (0) | 2012.04.16 |
// Invoke kernel
int N = 50000;
int threadsPerBlock = 256;
int blocksPerGrid = (N + threadsPerBlock - 1) / threadsPerBlock;
VecAdd<<<blocksPerGrid, threadsPerBlock>>>(d_A, d_B, d_C, N);
|
Device 0: "GeForce 8800 GT" CUDA Driver Version: 3.20 CUDA Runtime Version: 3.10 CUDA Capability Major revision number: 1 CUDA Capability Minor revision number: 1 Total amount of global memory: 536543232 bytes Number of multiprocessors: 14 Number of cores: 112 Total amount of constant memory: 65536 bytes Total amount of shared memory per block: 16384 bytes Total number of registers available per block: 8192 Warp size: 32 Maximum number of threads per block: 512 Maximum sizes of each dimension of a block: 512 x 512 x 64 Maximum sizes of each dimension of a grid: 65535 x 65535 x 1 2011/01/02 - [Programming/openCL / CUDA] - deviceQuery on 8600GT 512MB + CUDA 하드웨어 구조 |
dim3 blocksPerGrid(1,1);
dim3 threadsPerBlock(8,8,8);
이 코드는 8*8*8 = 512로 쓰레드의 최대 갯수를 넘지 않아 실행이 되지만 이 코드는 9*9*9 = 729로 쓰레드의 최대 갯수를 넘어 실행이 되지 않고 오류가 발생한다.
dim3 blocksPerGrid(1,1);
dim3 threadsPerBlock(9,9,9);
2011/01/22 - [Programming/openCL / CUDA] - CUDA 관련 해외글 |
Interoperability (상호운용성) (0) | 2012.05.04 |
---|---|
cuda 내장변수 (0) | 2012.04.30 |
cuda 4.2 devicequey (0) | 2012.04.23 |
cuda 4.2 released (0) | 2012.04.22 |
CUDA 장치별 cuda core 갯수 (0) | 2012.04.09 |
grub loader 날리기 (0) | 2012.04.29 |
---|---|
ubuntu 12.04 LTS released (0) | 2012.04.28 |
리눅스를 이용한 하드 백업 및 마운트 (0) | 2012.04.23 |
gsmartctrl이 hdtune 보다 나은점? (0) | 2012.04.13 |
wget -r 로 웹 사이트 통채로 끌어오기 (0) | 2012.04.13 |
umid mbook m1 linux 버전 (0) | 2012.04.30 |
---|---|
umid mbook m1-101kwa 에 ubuntu 12.04 LTS 설치는.... (0) | 2012.04.29 |
mouseimp / chromeTouch (2) | 2012.04.25 |
TC-1100 SSD 만들기 대작전? (0) | 2012.04.23 |
UMID mbook M1D-101KWA (0) | 2012.04.23 |
umid mbook m1-101kwa 에 ubuntu 12.04 LTS 설치는.... (0) | 2012.04.29 |
---|---|
문득 이번달 컴퓨터 결산 (0) | 2012.04.26 |
TC-1100 SSD 만들기 대작전? (0) | 2012.04.23 |
UMID mbook M1D-101KWA (0) | 2012.04.23 |
AM2 BOOST (0) | 2012.04.20 |
갈수록 축소되는 신용카드 혜택 ㅠ.ㅠ (0) | 2012.04.30 |
---|---|
귀달린 CCTV라.. (0) | 2012.04.27 |
D-137 (0) | 2012.04.17 |
불태우자 (0) | 2012.04.16 |
투표하고 왔습니다. (0) | 2012.04.11 |
cmos password recovery (2) | 2012.11.15 |
---|---|
wing commander privateer (0) | 2012.09.26 |
keytweak (0) | 2011.12.23 |
VPN 관련 오픈소스 (0) | 2011.12.07 |
EDID Manager (4) | 2011.12.05 |
걸쇠 반대편이 사용하지 않는 1핀이 있는 위치
대충 이렇게 연결해주고, 젠더와 본체는 2.0mm pitch 핀헤더 수컷으로 연결하면 될 듯.
그나저나 저넘의 써글(!) 파워 케이블은 어떻게 처리해야 하나 -_-
문득 이번달 컴퓨터 결산 (0) | 2012.04.26 |
---|---|
mouseimp / chromeTouch (2) | 2012.04.25 |
UMID mbook M1D-101KWA (0) | 2012.04.23 |
AM2 BOOST (0) | 2012.04.20 |
LW20과 LW25 모니터 교체 (0) | 2012.04.20 |
ubuntu 12.04 LTS released (0) | 2012.04.28 |
---|---|
xwindow 터치스크린 축뒤집기(change swap axis) (0) | 2012.04.26 |
gsmartctrl이 hdtune 보다 나은점? (0) | 2012.04.13 |
wget -r 로 웹 사이트 통채로 끌어오기 (0) | 2012.04.13 |
ubuntu netboot image download (0) | 2012.04.13 |