Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
/cubPublic archive

Fix clang compile error#335

Merged
alliepiper merged 1 commit intoNVIDIA:mainfromzingdle:patch-1
Jul 22, 2021
Merged

Fix clang compile error#335

alliepiper merged 1 commit intoNVIDIA:mainfromzingdle:patch-1
Jul 22, 2021

Conversation

zingdle
Copy link
Contributor

This willfix#334

@alliepiper
Copy link
Collaborator

LGTM, I'll run this through our CI in the next week or so. Thanks for the patch!

alliepiper added a commit to alliepiper/thrust that referenced this pull requestJul 8, 2021
@alliepiper
Copy link
Collaborator

Rebased to pull in recent CI fixes.

DVS CL: 30167018
gpuCI:NVIDIA/thrust#1481

@alliepiperalliepiper added testing: gpuCI in progressStarted gpuCI testing. testing: internal ci in progressCurrently testing on internal NVIDIA CI (DVS). labelsJul 8, 2021
alliepiper added a commit to alliepiper/thrust that referenced this pull requestJul 21, 2021
@alliepiper
Copy link
Collaborator

Rebased for more CI fixes...

DVS CL: 30211046
gpuCI:NVIDIA/thrust#1481

Copy link
Collaborator

@alliepiperalliepiper left a comment

Choose a reason for hiding this comment

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

Tests pass, LGTM!

@alliepiperalliepiper merged commiteeb1a99 intoNVIDIA:mainJul 22, 2021
rapids-botbot pushed a commit to rapidsai/raft that referenced this pull requestFeb 16, 2022
This makes RAFT sources compilable with clang.It fixes some fragile code (using `static const` instead of `static constexpr` or `%laneid` in PTX relying on quirks in nvcc which make this happen).RAFT is still not compilable with clang entirely though due to the dependencies:1. cub has this issue before 1.14:NVIDIA/cub#3352. libcudacxx has issues with atomic, which should be fixed in >= 1.7.0-ea (wasn't able to verify this yet)3. libcudacxx has issues with variadic CUDA functions, which is apparently fixed by passing `-Xclang -fcuda-allow-variadic-functions` to clang (wasn't able to verify this yet)3. cooperative_groups from CUDA does not work with clang 11.0 / 11.1 but only with >= 13EDIT: this is necessary toclose#84Authors:  - Matt Joux (https://github.com/MatthiasKohl)Approvers:  - Corey J. Nolet (https://github.com/cjnolet)  - Artem M. Chirkin (https://github.com/achirkin)URL:#424
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@alliepiperalliepiperalliepiper approved these changes

Assignees

@alliepiperalliepiper

Labels
testing: gpuCI in progressStarted gpuCI testing.testing: internal ci in progressCurrently testing on internal NVIDIA CI (DVS).
Projects
None yet
Milestone
1.14.0
Development

Successfully merging this pull request may close these issues.

error: use of undeclared identifier 'ProcessFloatMinusZero' when compiling with clang
2 participants
@zingdle@alliepiper

[8]ページ先頭

©2009-2025 Movatter.jp