-
Notifications
You must be signed in to change notification settings - Fork 192
Description
Problem Description
It appears that #3665 broke the tensilelite tests at HEAD. Reproducer:
Get the latest:
git checkout develop; git pull origin develop;
Run the tensilelite tests from projects/hipblaslt/tensilelite
TENSILELITE_CLIENT_ARGS="--build-type Debug --gpu-targets gfx950 --clean" tox -e py3 -- -- Tensile/Tests -m common
there are 3 failures, 1 is custom_mainloop_scheduling.yaml.
- Show the failure at [Origami] Assign weights to CMS kernels #3665:
git checkout 82bd7ee
TENSILELITE_CLIENT_ARGS="--build-type Debug --gpu-targets gfx950 --clean" tox -e py3 -- -- Tensile/Tests -k custom_mainloop_scheduling.yaml -> FAIL
- Go to the previous commit:
git checkout HEAD~1
TENSILELITE_CLIENT_ARGS="--build-type Debug --gpu-targets gfx950 --clean" tox -e py3 -- -- Tensile/Tests -k custom_mainloop_scheduling.yaml -> PASS
I see that #3665 was force merged, but I don't understand why custom_mainloop_scheduling.yaml was not run. @yenong-amd @bnemanich I understand that force merges can occur and can be necessary, but it looks like #3665 didn't even run the typical tests on math-ci - why is that?
Operating System
Ubuntu
CPU
n/a
GPU
gfx950
ROCm Version
ROCm 7.1
ROCm Component
hipBLASLt
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response