ROCm / AITemplate

AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference.
Apache License 2.0
11 stars 7 forks source link

Jenkins ci #40

Open illsilin opened 1 year ago

illsilin commented 1 year ago

This commit includes several changes:

  1. Re-enables the CI using MIOpen/CK Jenkins resources.
  2. Updates the Pytorch and ROCm versions.
  3. Updates the docker image, moving all necessary python packages into the docker.
  4. The performance results will now be written to our internal database.
fsx950223 commented 1 year ago

Why the PR pull to amd-develop branch instead of merge_upstream

illsilin commented 1 year ago

Because this is CI for our repo, so we need it in our repo, not in FB one.

fsx950223 commented 1 year ago

Thanks, I understand.

illsilin commented 1 year ago

Next time when we merge up from our repo to FB, we will omit the Jenkinsfile and just push the updated docker file and test scripts.