We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The addition of JAX to the DPBackend enum requires updates in multiple files to maintain consistency across the codebase:
DPBackend
source/api_cc/src/DeepTensor.cc
source/api_cc/src/DeepPot.cc
source/api_cc/src/DataModifier.cc
This issue was identified in PR #4307 (link) during the code review discussion here.
cc @njzjz
The text was updated successfully, but these errors were encountered:
njzjz
No branches or pull requests
The addition of JAX to the
DPBackend
enum requires updates in multiple files to maintain consistency across the codebase:source/api_cc/src/DeepTensor.cc
: Backend type checks need JAX handlingsource/api_cc/src/DeepPot.cc
: Missing JAX case in backend comparisonssource/api_cc/src/DataModifier.cc
: Backend switch statements need JAX supportThis issue was identified in PR #4307 (link) during the code review discussion here.
cc @njzjz
The text was updated successfully, but these errors were encountered: