← 返回首页
Fix ccache configuration issue because it was configured before CUDA by umar456 · Pull Request #3241 · arrayfire/arrayfire · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Fix ccache configuration issue because it was configured before CUDA#3241

Merged
umar456 merged 3 commits into
arrayfire:masterfrom
umar456:ccache_cuda_fix
Apr 11, 2022
Merged

Fix ccache configuration issue because it was configured before CUDA#3241
umar456 merged 3 commits into
arrayfire:masterfrom
umar456:ccache_cuda_fix

Conversation

Copy link
Copy Markdown
Member

umar456 commented Apr 9, 2022

Ccache was configured before CUDA was setup. This caused the launch-nvcc
script to include an empty CUDA_NVCC_EXECUTABLE variable.

Description

Ccache was configured before CUDA was setup. This caused the launch-nvcc
script to include an empty CUDA_NVCC_EXECUTABLE variable.

Changes to Users

N/A

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass
  • [ ] Functions added to unified API
  • [ ] Functions documented

umar456 added 2 commits April 9, 2022 14:09
Ccache was configured before CUDA was setup. This caused the launch-nvcc script to include an empty CUDA_NVCC_EXECUTABLE variable.
The path to some configuration files were relative to CMAKE_MODULE_PATH. This variable can be a list of strings which causes errors when CMAKE_MODULE_PATH was modified to include additional values.
syurkevi previously approved these changes Apr 11, 2022
umar456 merged commit 590267d into arrayfire:master Apr 11, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Successfully merging this pull request may close these issues.

2 participants

Footer

© 2026 GitHub, Inc.