A system for emulating PC behaviour in solo roleplaying.
Description complète
immo off
dtkDescripción completa
One of the most important areas that use image processing is the health sector. In order to detect some diseases, the need to visualize a certain part of the patients body using medical imaging devices has emerged. This field in the health sector is
Full description
Solo RPGFull description
UNE the Universal NPC Emulator (Rev)
Analysis of a dream form Carol's fairytale Alice in WonderlandFull description
Descrição completa
Content
CSE 591 591:: GPU Pro Progr grammi ammi ng Setting Se tting Up GPU GPU Programming Environment
• Before Start: CPU Emulator • Installation • Compilation Options • Browsing SDK examples
Ziyi Zi yi Zh Zhen eng g
Computer Science Department Stony Brook University
For those who want to use CUDA but do not have CUDAenabled GPU CPU Emulator
•
nvcc …. -deviceem -deviceemu u -D_DEVICEE -D_DEVICEEMU MU …
debugging to help code code development • Aiming at debugging Parallel Nsight ( requiring a CUDA-enabled CUDA-enabled GPU too) • Replaced by Parallel
Nvidia starts to remove remove CPU emulator emulator support on CUDA CUDA 3.0, March 2010 • Latest CUDA version is CUDA 3.2 September 2010 • Need to install CUDA 2.3, June 2009 (toolkit and SDK) Older NVCC, older APIs Can use emulation version of CUFFT, CUBLAS No CUSPARSE, CURNG
CUDA for CPUs
CUDA for X86 platform
CUDA C++ compiler in research
Commercial CUDA C compiler
MCUDA
• Under development by Portland Group (PGI) • No GPU required • Will be demonstrated at the SC10 Supercomputing
• • • •
Developed by Wen-mei Hwu’s group Aiming at comparing GPUs and optimized CPUs performance CUDA code optimized C++ code for multi-core CPUs Linux based
1. Right click a projection 2. Choose “Custom Build Rules …” 3. Choose a CUDA rule 2.3 if available in your system which will be available after you installing the CUDA SDK 2.3 4. Right click a .cu file 5. Choose “Property” 6. Click CUDA rule 2.3
Setting Building Option by Command
CUDA Proj ect
1. Click General 2. For “Tool” : choose “Custom Build Tool”
• Create one from scratch?
3. Then Choose “Custom Build Step” 4. Enter your building command
• Modify existing projects in SDK • CUDA visual studio wizard http://sourceforge.net/projects/cudavswizard/ Third party, independent updates, no document support
CPU Emulatio n Mode fo r CUDA 2.3
For projections in CUDA SDK 2.3 In visual studio configuration: Chose EmuRelease or EmuDebug Instead of Release or debug