conda-forge / libtvm-feedstock

A conda-smithy repository for libtvm.
BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Rebuild for CUDA 11.8 w/arch support #32

Open regro-cf-autotick-bot opened 1 year ago

regro-cf-autotick-bot commented 1 year ago

This PR has been triggered in an effort to update cuda118.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/6059935495, please use this URL for debugging.

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jakirkham commented 11 months ago

@conda-forge-admin , please re-render

jakirkham commented 11 months ago

@conda-forge-admin , please re-render

jakirkham commented 11 months ago

@conda-forge-admin , please restart CI

jakirkham commented 11 months ago

CI issues show the following redefinition error:

In file included from $SRC_DIR/include/tvm/runtime/logging.h:34:
$SRC_DIR/include/tvm/runtime/c_runtime_api.h:90:3: error: redefinition of enumerator 'kDLWebGPU'
  kDLWebGPU = 15
  ^
$PREFIX/include/dlpack/dlpack.h:89:3: note: previous definition is here
  kDLWebGPU = 15,
  ^
2 errors generated.

Though this was fixed in newer versions of TVM

Could either upgrade or pin DLPack tighter

jakirkham commented 7 months ago

JFYI we are planning to drop CUDA 11.2 support in conda-forge soon

Please see this announcement and this issue ( https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/5339 ) for more details

The smoothest upgrade path would be to add CUDA 11.8. IOW completing this migration PR

Please let us know if you have any questions on next steps

jakirkham commented 6 months ago

JFYI CUDA 11.2 is now officially dropped

ngam commented 6 months ago

Do we know how many other feedstocks need this? It seems stalled :/