mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-19 19:53:51 +00:00
2e48a356a3
Shell script for quick validation of GPU benchmarks without running full suites (which can take minutes on large problem sizes). Features: - Julia installation check (version validation) - GPU availability detection (nvidia-smi query) - CUDA.jl functionality verification - Quick state management test (10K elements, not 1M) - Quick matrix-free test (1K DOFs, not 1M) - Both CPU and GPU paths tested - Error handling with informative messages Runs small problem sizes to verify: - Code compiles and loads correctly - CUDA kernels launch without errors - Basic functionality works before long benchmarks - Development workflow (test before full run) Executable: chmod +x benchmarks/test_gpu_benchmarks.sh (159 lines)