-
Notifications
You must be signed in to change notification settings - Fork 81
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
cuFINUFFT does not install correctly in a windows environment, possibly using some linux library #589
Comments
Dear Wangzhe, Could you go back to release 2.3.0 and let us know if that
works?
Thanks, Alex
…On Tue, Nov 12, 2024 at 9:00 PM WangzheZhou ***@***.***> wrote:
The error code is as follows:
utils.h(13,10): error C1083: Cannot open include file: 'sys/time.h': No
such file or directory
—
Reply to this email directly, view it on GitHub
<#589>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNZRST3W73XG3ZSOXIY6VT2AKXB7AVCNFSM6AAAAABRVLRJMCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TGOBYGAYDKMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*-------------------------------------------------------------------~^`^~._.~'
|\ Alex Barnett Center for Computational Mathematics, Flatiron Institute
| \ http://users.flatironinstitute.org/~ahb 646-876-5942
|
'sys/time.h' is a unix header. We changed to use Line 53 in 33d80c3
While gpu code still uses gettimeofday Line 28 in 33d80c3
Need to reuse cpu utils.cpp in gpu code and remove the gpu side unix header 'sys/time.h' as we did in cpu code |
Thank you for your attention to this issue. According to my tests, both versions 2.3.1 and 2.3.0 have this problem. The problem occurs when cuFINNUFFT is installed with pip, i.e., the command: 'pip install cufinufft'.
…________________________________
发件人: Alex Barnett ***@***.***>
发送时间: 2024年11月13日 10:49
收件人: flatironinstitute/finufft ***@***.***>
抄送: WangzheZhou ***@***.***>; Author ***@***.***>
主题: Re: [flatironinstitute/finufft] cuFINUFFT does not install correctly in a windows environment, possibly using some linux library (Issue #589)
Dear Wangzhe, Could you go back to release 2.3.0 and let us know if that
works?
Thanks, Alex
On Tue, Nov 12, 2024 at 9:00 PM WangzheZhou ***@***.***> wrote:
The error code is as follows:
utils.h(13,10): error C1083: Cannot open include file: 'sys/time.h': No
such file or directory
—
Reply to this email directly, view it on GitHub
<#589>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNZRST3W73XG3ZSOXIY6VT2AKXB7AVCNFSM6AAAAABRVLRJMCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TGOBYGAYDKMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*-------------------------------------------------------------------~^`^~._.~'
|\ Alex Barnett Center for Computational Mathematics, Flatiron Institute
| \ http://users.flatironinstitute.org/~ahb 646-876-5942
—
Reply to this email directly, view it on GitHub<#589 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP6Y2ZZLSGJDOST7XJ3NMP32AK43DAVCNFSM6AAAAABRVLRJMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZSGI2TQOBYGM>.
You are receiving this because you authored the thread.
|
Yes, the unix header 'sys/time.h' is always there on gpu code. |
I believe we could finish #577 and merge it. That will do. I would like to remind that cufinufft is not officially supported on windows yet. It is on the TODO list. We were waiting for the CPU refactor to merge common functionalities in a common library and take care of these issues. |
The error code is as follows:
utils.h(13,10): error C1083: Cannot open include file: 'sys/time.h': No such file or directory
The text was updated successfully, but these errors were encountered: