You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
torch._dynamo.exc.BackendCompilerFailed: hidet_backend raised NotImplementedError: The following modules/functions are not supported by hidet yet:
torch.nn.Identity
Enviroment
OS: Ubuntu 22.04
GPU: A100
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
If compilation with `nvcc` failed `_job_queue` might be not empty caused followed tests will fail with "Cannot call parallel_map recursively."
Clear `_job_queue` in `parallel_imap` before every test.
Tested manually.
Before: subsequent tests failed with "Cannot call parallel_map recursively."
After: only one test failed.
If compilation with `nvcc` failed `_job_queue` might be not empty caused followed tests will fail with "Cannot call parallel_map recursively."
Clear `_job_queue` in `parallel_imap` before every test.
Tested manually.
Before: subsequent tests failed with "Cannot call parallel_map recursively."
After: only one test failed.
If compilation with `nvcc` failed `_job_queue` might be not empty caused followed tests will fail with "Cannot call parallel_map recursively."
Clear `_job_queue` in `parallel_imap` before every test.
Tested manually.
Before: subsequent tests failed with "Cannot call parallel_map recursively."
After: only one test failed.
Describe the bug
Some errors occured when I compiled dinov2
To Reproduce
Error information
Enviroment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: