CGH0S7
|
75be0968fc
|
feat: port GPU code to CUDA 13 and enable GPU computation
Major changes:
- Update makefile.inc for CUDA 13.1 with sm_89 architecture (RTX 4050)
- Replace deprecated cudaThreadSynchronize() with cudaDeviceSynchronize()
- Add CUDA_SAFE_CALL macro for CUDA 13 compatibility
- Fix duplicate function definitions (compare_result_gpu, SHStep)
- Fix syntax error in bssn_step_gpu.C
- Enable GPU calculation in AMSS_NCKU_Input.py
- Successfully build ABEGPU executable
|
2026-01-13 18:15:49 +00:00 |
|