Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: remove unnecessary chdir() calls in GPU detection
GPU detection code goes back and forth between program and data directories but this is unnecessary because run_program() already takes care of running the program in correct directory. Fixes two "ignoring return value" warnings from GCC/GLIBC.
- Loading branch information