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

Unknown option -extended-lambda (v0.5) #207

Closed
soCzech opened this issue Aug 27, 2020 · 3 comments
Closed

Unknown option -extended-lambda (v0.5) #207

soCzech opened this issue Aug 27, 2020 · 3 comments

Comments

@soCzech
Copy link

soCzech commented Aug 27, 2020

Dont use --extended-lambda but rather --expt-extended-lambda in setup.py#L163.

--extended-lambda throws error in older nvcc and --expt-extended-lambda should be equivalent (nvcc --expt-extended-lambda).

@chrischoy
Copy link
Contributor

Which version are you using? The minimum required version is 10.1

@soCzech
Copy link
Author

soCzech commented Aug 27, 2020

I am using 10.1 🙂 It does NOT support --extended-lambda (see docs.nvidia.com/cuda/archive/10.1/cuda-compiler-driver-nvcc).

Btw. I tested using --expt-extended-lambda with CUDA 10.1 and it works great;)

@chrischoy
Copy link
Contributor

Thanks! I updated the setup.py with --expt-extended-lambda

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

2 participants