You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow specifying Dockerfile template for builder/verifier so that we can use different Dockerfile for builder/verifier (currently Dockerfiles are very hacky to handle CUDA/ROCm, CentOS 6/7 in one Dockerfile)
Allow specifying environment variables for each build configuration (e.g., can be used to support CUDA Python, HIP platform list, etc.)
Rename kind to platform
Remove includes which is no longer used (originally used for ChainerX)
The text was updated successfully, but these errors were encountered:
kmaehashi
changed the title
Fix WHEEL_LINUX_CONFIGS in dist_config.py
Fix WHEEL_LINUX_CONFIGS in dist_config.pyAug 5, 2021
kmaehashi
changed the title
Fix WHEEL_LINUX_CONFIGS in dist_config.py
Improve WHEEL_LINUX_CONFIGS structure in dist_config.pyJun 14, 2022
Currently, wheel config is defined like this:
I'd like to change to this:
cuda-*
prefix to configuration namesWHEEL_LINUX_CONFIGS
andSDIST_CONFIG
kind
toplatform
includes
which is no longer used (originally used for ChainerX)The text was updated successfully, but these errors were encountered: