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

Fix Fused Kernel compiler getting stuck #232

Closed
sdtblck opened this issue Apr 14, 2021 · 1 comment
Closed

Fix Fused Kernel compiler getting stuck #232

sdtblck opened this issue Apr 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@sdtblck
Copy link
Contributor

sdtblck commented Apr 14, 2021

Describe the bug
NVIDIA/Megatron-LM#63 same issue as here, building the fused kernels can get stuck if you interrupt it mid-compile.

Proposed solution
make sure to rm -rf the lockfile every time? Not really sure, doesn't feel like a clean solution

@sdtblck sdtblck added the bug Something isn't working label Apr 14, 2021
@sdtblck
Copy link
Contributor Author

sdtblck commented Jun 23, 2021

This should be fixed by 43f6330#diff-5045a219b22e42d9fb12de73839c88b8532d5df84ddf1ced980ed7db046a4decR1 - we now install the kernels as a python package a single time, instead of recompiling them at runtime.

@sdtblck sdtblck closed this as completed Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant