Skip to content

[Contrib] Remove thrust "built but not used" warning#16776

Merged
tqchen merged 1 commit intoapache:mainfrom
MasterJH5574:tvm-dev/2024-03-23-thrust-warning
Mar 24, 2024
Merged

[Contrib] Remove thrust "built but not used" warning#16776
tqchen merged 1 commit intoapache:mainfrom
MasterJH5574:tvm-dev/2024-03-23-thrust-warning

Conversation

@MasterJH5574
Copy link
Copy Markdown
Contributor

There has been a warning saying "Thrust is enabled when building TVM but is not specified in the input target" for years, while it is totally fine that the target does not contain thrust in libs, in which case we just do not dispatch.

This PR removes the warning.

There has been a warning saying "Thrust is enabled when building TVM
but is not specified in the input target" for years, while it is
totally fine that the target does not contain thrust in `libs`, in
which case we just do not dispatch.

This PR removes the warning.
@tqchen tqchen merged commit d79b1dd into apache:main Mar 24, 2024
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
There has been a warning saying "Thrust is enabled when building TVM
but is not specified in the input target" for years, while it is
totally fine that the target does not contain thrust in `libs`, in
which case we just do not dispatch.

This PR removes the warning.
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