Skip to content

[Issue]: tensilelite testing is broken at HEAD on develop. #3983

@talumbau

Description

@talumbau

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.

  1. 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

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions