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 shfl_down warnings with cuda 9 #2040

Merged
merged 1 commit into from
Jan 16, 2018
Merged

Conversation

umar456
Copy link
Member

@umar456 umar456 commented Jan 16, 2018

No description provided.

@umar456
Copy link
Member Author

umar456 commented Jan 16, 2018

The failures are unrelated to this change.

Copy link
Member

@pavanky pavanky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. But double check the performance as well.

@umar456
Copy link
Member Author

umar456 commented Jan 16, 2018

Before

ArrayFire v3.6.0 (CUDA, 64-bit Mac OSX, build c78c0d6)
Platform: CUDA Toolkit 9, Driver: CUDA Driver Version: 9010
[0] GeForce GT 750M, 2048 MB, CUDA Compute 3.0
device:  0.02323 seconds to estimate  pi = 3.14140
  host:  0.26709 seconds to estimate  pi = 3.14171

After

ArrayFire v3.6.0 (CUDA, 64-bit Mac OSX, build c78c0d6)
Platform: CUDA Toolkit 9, Driver: CUDA Driver Version: 9010
[0] GeForce GT 750M, 2048 MB, CUDA Compute 3.0
device:  0.02253 seconds to estimate  pi = 3.14140
  host:  0.26195 seconds to estimate  pi = 3.14171

@umar456 umar456 merged commit 62b4114 into arrayfire:master Jan 16, 2018
@9prady9 9prady9 deleted the shfl_warns branch January 16, 2018 06:36
@mlloreda mlloreda added this to the v3.6.0 milestone Feb 27, 2018
@biswajitcsecu
Copy link

ArrayFire v3.6.0 (CUDA, 64-bit Mac OSX, build c78c0d6)
Platform: CUDA Toolkit 9,0

libnvrtc.so.9.1: cannot open shared object file: No such file or directory

@9prady9
Copy link
Member

9prady9 commented Mar 29, 2019

@biswajitcsecu Please make sure you had everything in order as per this Using on OSX tutorial. Also, often so file not found errors are related to missing relevant path($AF_PATH/lib here) in DYLD_LIBRARY_PATH (OSX) or LD_LIBRARY_PATH(Linux).

@biswajitcsecu
Copy link

Thank you quick reply. Although I tried before your suggestion and It was solved while I reconfigured my system with CUDA 9.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants