0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a bad filename in HW1's compare.cpp More... about 11 years ago
Made template for HW4 a variable that the user must specify, rather than hard-coding it. More... about 11 years ago
Fix header include definitions wrongly placed in HW6's reference_calc.cpp More... about 11 years ago
fix missing file in HW6 CMakeLists.txt More... about 11 years ago
removed duplicated reference code in HW1's student_func.cu More... about 11 years ago
Made HW2 use reference calc, rather than OpenCV shortcut. More... about 11 years ago
made HW1 actually use reference calc, rather than OpenCV shortcut. More... about 11 years ago
fix Linux Makefiles for integrated testing. More... about 11 years ago
fixed broken things found on Linux check of previous work. More... about 11 years ago
Enforcing better standard style - keeping standard file naming. Corresponding fixes in CMakeLists.txt throughout. More... about 11 years ago
moved reference calculation functionality out of header-only file for style. More... about 11 years ago
fixed root CMakeLists.txt to reflect removal of HW1/student folder More... about 11 years ago
Move HW1 files down one level to match the rest of the projects. Removed OS X file. Moved compare and reference calculation functions to be accessible from headers. More... about 11 years ago
Merge pull request #9 from msarahan/cmake More... about 11 years ago
shuffling things around in HW3 for cleanliness. Also, I was confused about a missing include in the Makefile. More... about 11 years ago
Made Makefiles create binaries that are specific to each homework (hw->HW1) More... about 11 years ago
cleaned up HW5 main a bit - removed unnecessary file argument. More... about 11 years ago
Indentation fix in HW4 main.cpp More... about 11 years ago
changed arguments to main; added in calls to reference calc and error check at end of main. More... about 11 years ago
removed unnecessary thrust includes More... about 11 years ago
removed reference calculation from student kernel code More... about 11 years ago
Fixed unresolved references to min/max. Pointed them to std:: More... about 11 years ago
moved hw6 ref cpp to h More... about 11 years ago
added missing arguments for inexact error checking. More... about 11 years ago
added missing OpenCV includes for HW6 More... about 11 years ago
added compare functionality to HW6's main.cpp More... about 11 years ago
moved test functionality out of student function, into main function More... about 11 years ago
Removed compare files from HW5's cmake file More... about 11 years ago
Removed compare files from HW6's cmake file More... about 11 years ago
removed compare file from HW6's Makefile More... about 11 years ago