Skip to content
New issue

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

CUDA error with CrabNet call #16

Open
sgbaird opened this issue Feb 9, 2023 · 0 comments
Open

CUDA error with CrabNet call #16

sgbaird opened this issue Feb 9, 2023 · 0 comments

Comments

@sgbaird
Copy link
Member

sgbaird commented Feb 9, 2023

CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemmStridedBatched( handle, opa, opb, m, n, k, &alpha, a, lda, stridea, b, ldb, strideb, &beta, c, ldc, stridec, num_batches)`
  File "/uufs/chpc.utah.edu/common/home/sparks-thermoelectric/matsci-opt-benchmarks/src/matsci_opt_benchmarks/crabnet_hyperparameter/core.py", line 219, in matbench_metric_calculator
    cb.fit(train_df=train_df)
  File "/uufs/chpc.utah.edu/common/home/sparks-thermoelectric/matsci-opt-benchmarks/src/matsci_opt_benchmarks/crabnet_hyperparameter/core.py", line 104, in evaluate
    results = matbench_metric_calculator(parameters, dummy=dummy)
  File "/uufs/chpc.utah.edu/common/home/sparks-thermoelectric/matsci-opt-benchmarks/scripts/crabnet_hyperparameter/crabnet_hyperparameter_submitit.py", line 147, in <module>
    evaluate(parameter_batch_sets[0][0], dummy=True)
RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemmStridedBatched( handle, opa, opb, m, n, k, &alpha, a, lda, stridea, b, ldb, strideb, &beta, c, ldc, stridec, num_batches)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant