forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several build issues in CI when using Clang (facebookincubator#10800
) Summary: A number of issues came up when building the CI pipeline with Clang. 1. When CUDA nvcc uses Clang it complains that totalBytes is set but unused. �The intent seems to have been that the parameter is an in- and output parameter. 2. If benchmarks are not turned on then the CUDA build fails as dependencies are not available. 3. HDFS virtual function definition not explicitly overridden causing an error �(error: 'rename' overrides a member function but is not marked 'override’). Pull Request resolved: facebookincubator#10800 Reviewed By: DanielHunte Differential Revision: D61862435 Pulled By: kgpai fbshipit-source-id: 3aef27e8ed1c4dd8fe78221c5dd859656fc65e69
- Loading branch information
1 parent
63fd5f4
commit de6baab
Showing
3 changed files
with
46 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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