-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug
Description
While running AProfileParser.DefaultSVESupportSVESupport and AProfileParser.DefaultFP16Support tests on aarch64, I get the following warnings:
/home/abuild/rpmbuild/BUILD/tvm-0.19.0-build/tvm-0.19.0/include/tvm/target/target_kind.h:353: Warning: set_attrs_preprocessor is deprecated please use set_target_parser instead
/home/abuild/rpmbuild/BUILD/tvm-0.19.0-build/tvm-0.19.0/include/tvm/target/target_kind.h:353: Warning: set_attrs_preprocessor is deprecated please use set_target_parser instead
Expected behavior
Tests should not display warnings.
Actual behavior
Warnings displayed.
Environment
TVM 0.19.0 on openSUSE Tumbleweed aarch64 (llvm19)
Steps to reproduce
Build and run tests on aarch64 Tumbleweed.
Triage
Please refer to the list of label tags here to find the relevant tags and add them below in a bullet format (example below).
- needs-triage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug