Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CUDA] Warn driver version if it doesn't support memory pool. (#7912)
Fixes #7826 ### Brief Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 8d158a9</samp> Check driver version and support for CUDA memory pools in `CUDADriverContext` constructor. Warn users and avoid errors if driver is too old. ### Walkthrough <!-- copilot:walkthrough --> ### <samp>🤖 Generated by Copilot at 8d158a9</samp> * Add memory pool support for CUDA devices ([link](https://github.com/taichi-dev/taichi/pull/7912/files?diff=unified&w=0#diff-03914c736ef6eca99a9941fae49ef3ee93a9ad1c9a690e31dd1e8862183c154aL33-R47), F0 --------- Co-authored-by: haidong lan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information