Skip to content

GoCyberEd/Project0-CUDA-Getting-Started

This branch is 6 commits ahead of, 9 commits behind CIS565-Fall-2018/Project0-Getting-Started:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d8b0d2 · Aug 31, 2018

History

69 Commits
Aug 26, 2015
Aug 27, 2017
Aug 31, 2018
Aug 31, 2018
Aug 31, 2015
Sep 21, 2015
Aug 31, 2015
Aug 29, 2018
Sep 7, 2015
Aug 30, 2018
Aug 31, 2018

Repository files navigation

Project 0 CUDA Getting Started

University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0

  • Edward Atter
    • LinkedIn
    • Tested on: Linux Mint 18.3 Sylvia (4.13.0-41-generic), Ryzen 7 2700x @ 3.7 ghz (base clock) 16GB, GTX 1070 TI 8GB GDDR5 (Personal)
    • CUDA 9

Project Information

Modify

Program with name modification

Analyze

Profiler view

Debug (CUDA-GDB on Linux)

Debugger works after adding export CUDA_DEBUGGER_SOFTWARE_PREEMPTION=1 to ~/.bashrc.

Edits to CMakeLists.txt

src/CMakeLists.txt was updated to increment the architecture value from 20 to 30.

cuda_add_library(src
    ${SOURCE_FILES}
    OPTIONS -arch=sm_30
)

Feedback

A nice intro to the dev environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 87.0%
  • C++ 10.7%
  • Cuda 1.7%
  • Other 0.6%