분류 전체보기62 Rodinia 벤치마크 - 개요 병렬 연산을 위한 가속 디바이스(accelerator)들이 출현하면서, 이기종 컴퓨팅(heterogeneous computing)의 성능 측정을 위한 벤치마크도 필요해졌다. Parboil 벤치마크와 더불어 GPU성능 측정을 위해 활용되는 Rodinia 벤치마크는 University of Virginia에서 연구되었고, (IISWC '09) Rodinia : A Benchmark Suite for Heterogeneous Computing 이라는 논문을 통해 소개되었다. 논문의 내용을 바탕으로 Rodinia의 특징에 대하여 생각해본다. https://dl.acm.org/citation.cfm?id=1680782 Rodinia Rodinia: A benchmark suite for heterogeneous .. 2019. 10. 26. CUDA Programming Guide 요약 - 2. Programming Mode https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#programming-model Programming Guide :: CUDA Toolkit Documentation Texture gather is a special texture fetch that is available for two-dimensional textures only. It is performed by the tex2Dgather() function, which has the same parameters as tex2D(), plus an additional comp parameter equal to 0, 1, 2, or 3 (see tex2Dgathe docs.nvidi.. 2019. 10. 26. 이전 1 ··· 13 14 15 16 다음