| Configure -fvisbility for Panoptes libraries. |
|
More...
|
almost 13 years ago
|
| Remove tab. |
|
More...
|
almost 13 years ago
|
| Simplify unreachable code near execvp. |
|
More...
|
almost 13 years ago
|
| Add default cases to switch statements. |
|
More...
|
almost 13 years ago
|
| Add a workaround for a nvcc 4.0 PTX generation quirk. |
|
More...
|
almost 13 years ago
|
| gtest must be linked to pthread. Do so explicitly. |
|
More...
|
almost 13 years ago
|
| Include explicitly, rather than transitively. |
|
More...
|
almost 13 years ago
|
| Fix build for lexer and grammar when using a build directory. |
|
More...
|
almost 13 years ago
|
| Protect symbols from CUDA 4.1 onwards from CUDA 4.0 builds. |
|
More...
|
almost 13 years ago
|
| Provide human-readable translations for all known tokens. |
|
More...
|
almost 13 years ago
|
| Eliminate spurious warnings in ptx_io. |
|
More...
|
almost 13 years ago
|
| Gracefully handle PTX parsing errors. |
|
More...
|
almost 13 years ago
|
| Report source file and line number when generating error messages. |
|
More...
|
almost 13 years ago
|
| Cleanup TODO. |
|
More...
|
almost 13 years ago
|
| Add test for cudaChooseDevice. |
|
More...
|
almost 13 years ago
|
| Refactor the base context to split out CUDA Runtime-specific code. |
|
More...
|
almost 13 years ago
|
| Shift negative PTX compilation tests to C++/googletest rather than Bash. |
|
More...
|
almost 13 years ago
|
| Add a basic PTX parser test. |
|
More...
|
almost 13 years ago
|
| Move metadata.h to memcheck/ |
|
More...
|
almost 13 years ago
|
| Migrate PTX parsing and formatting to a standalone library. |
|
More...
|
almost 13 years ago
|
| Separate memcheck-related code from the core functionalty. |
|
More...
|
almost 13 years ago
|
| Switch to using include paths relative from the project root Panoptes. |
|
More...
|
almost 13 years ago
|
| Simplify structure of cudaGetTextureAlignmentOffset test case. |
|
More...
|
almost 13 years ago
|
| Suppress asynchronously reported errors. |
|
More...
|
almost 13 years ago
|
| Use cuToCUDA in more places. |
|
More...
|
almost 13 years ago
|
| Fix up .gitignore. |
|
More...
|
almost 13 years ago
|
| Add tld4 instruction support. |
|
More...
|
almost 13 years ago
|
| Add cudaBindTexture2D support. |
|
More...
|
almost 13 years ago
|
| Allow large chunks to be rebound without an intervening deallocation. |
|
More...
|
almost 13 years ago
|
| Use $<TARGET_FILE:...> for consistency. |
|
More...
|
almost 13 years ago
|