mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
|
|
References:
|
|
|
|
https://docs.nvidia.com/cuda/cuda-gdb/index.html#walk-through-examples
|
|
https://developer.nvidia.com/cuda-gdb
|
|
|
|
Use a different gdb program without changing Seer's config.
|
|
|
|
$ seergdb --gdb-program /usr/local/cuda-12.2/bin/cuda-gdb program arg1 arg2 ...
|
|
|