diff options
| author | Deval Shah <[email protected]> | 2018-11-09 21:14:55 -0800 |
|---|---|---|
| committer | Deval Shah <[email protected]> | 2018-11-09 21:14:55 -0800 |
| commit | 36496d4ab2ff1088979e0f3137c54592652c37da (patch) | |
| tree | ca449a4dc68abd5355764ae1bc50ca6ea5888fec /debug_tools/WatchYourStep/ptxjitplus/readme.txt | |
| parent | 0265d747b06c18d0a1ee00fb1641032201425c97 (diff) | |
| parent | 0e8d4f190940681601bdf7f95a5686baa0b6463b (diff) | |
resolving merge conflict
Diffstat (limited to 'debug_tools/WatchYourStep/ptxjitplus/readme.txt')
| -rw-r--r-- | debug_tools/WatchYourStep/ptxjitplus/readme.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debug_tools/WatchYourStep/ptxjitplus/readme.txt b/debug_tools/WatchYourStep/ptxjitplus/readme.txt new file mode 100644 index 0000000..2bc1ccb --- /dev/null +++ b/debug_tools/WatchYourStep/ptxjitplus/readme.txt @@ -0,0 +1,7 @@ +Sample: ptxjit +Minimum spec: SM 2.0 + +This sample uses the Driver API to just-in-time compile (JIT) a Kernel from PTX code. Additionally, this sample demonstrates the seamless interoperability capability of the CUDA Runtime and CUDA Driver API calls. For CUDA 5.5, this sample shows how to use cuLink* functions to link PTX assembly using the CUDA driver at runtime. + +Key concepts: +CUDA Driver API |
