[all-commits] [llvm/llvm-project] e266cb: [mlir][tosa] Check extension cooperative profiles ...

Luke Hutton via All-commits all-commits at lists.llvm.org
Tue Mar 10 09:37:24 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e266cb5a9a3b564f02ffbbc2c5197fe03dc11ff2
      https://github.com/llvm/llvm-project/commit/e266cb5a9a3b564f02ffbbc2c5197fe03dc11ff2
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2026-03-10 (Tue, 10 Mar 2026)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaProfileCompliance.h
    M mlir/lib/Dialect/Tosa/IR/TargetEnv.cpp
    M mlir/lib/Dialect/Tosa/Transforms/TosaAttachTarget.cpp
    M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
    M mlir/test/Dialect/Tosa/invalid_extension.mlir
    M mlir/test/Dialect/Tosa/level_check.mlir
    M mlir/test/Dialect/Tosa/profile_all_unsupported.mlir
    M mlir/test/Dialect/Tosa/profile_pro_fp_unsupported.mlir
    M mlir/test/Dialect/Tosa/profile_pro_int_unsupported.mlir
    A mlir/test/Dialect/Tosa/tosa-attach-target-non-cooperative-profile.mlir

  Log Message:
  -----------
  [mlir][tosa] Check extension cooperative profiles in target environment (#185476)

This commit moves checks on extension cooperative profiles out of
profile conformance and into target environment verification. This
allows the checks to be enforced when the target is created, not during
profile conformance validation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list