From a24f88c78865e079aa2b4f80f02363847851d0e4 Mon Sep 17 00:00:00 2001 From: makslevental Date: Wed, 25 Sep 2024 13:40:04 -0400 Subject: [PATCH] incorporate comments --- .github/workflows/ci-linux.yml | 5 ----- runtime/src/iree-amd-aie/driver/hsa/CMakeLists.txt | 1 - runtime/src/iree-amd-aie/driver/hsa/cts/CMakeLists.txt | 10 ---------- .../src/iree-amd-aie/schemas/pdi_executable_def.fbs | 2 +- 4 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index e26fbd215..499ce7910 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -195,8 +195,3 @@ jobs: iree-install \ $PWD/llvm-aie \ /opt/Xilinx/Vitis/2024.2 - - - name : HSA CTS tests - run: | - pushd iree-install/device_tests - for test in $(ls *test); do ./$test; done diff --git a/runtime/src/iree-amd-aie/driver/hsa/CMakeLists.txt b/runtime/src/iree-amd-aie/driver/hsa/CMakeLists.txt index 676578b27..b5762d905 100644 --- a/runtime/src/iree-amd-aie/driver/hsa/CMakeLists.txt +++ b/runtime/src/iree-amd-aie/driver/hsa/CMakeLists.txt @@ -46,7 +46,6 @@ iree_cc_library( HDRS api.h SRCS - api.h command_buffer.cc command_buffer.h hsa_buffer.cc diff --git a/runtime/src/iree-amd-aie/driver/hsa/cts/CMakeLists.txt b/runtime/src/iree-amd-aie/driver/hsa/cts/CMakeLists.txt index 7d7a1f497..006f1466d 100644 --- a/runtime/src/iree-amd-aie/driver/hsa/cts/CMakeLists.txt +++ b/runtime/src/iree-amd-aie/driver/hsa/cts/CMakeLists.txt @@ -72,17 +72,7 @@ iree_hal_cts_test_suite( "allocator" "buffer_mapping" "command_buffer" -# "command_buffer_copy_buffer" -# "command_buffer_dispatch" -# "command_buffer_dispatch_constants" -# "command_buffer_fill_buffer" -# "command_buffer_update_buffer" "driver" -# "event" -# "executable_cache" -# "file" -# "semaphore" -# "semaphore_submission" ) iree_cc_test( diff --git a/runtime/src/iree-amd-aie/schemas/pdi_executable_def.fbs b/runtime/src/iree-amd-aie/schemas/pdi_executable_def.fbs index b72d78eff..3d36da531 100644 --- a/runtime/src/iree-amd-aie/schemas/pdi_executable_def.fbs +++ b/runtime/src/iree-amd-aie/schemas/pdi_executable_def.fbs @@ -1,4 +1,4 @@ -// Copyright 2023 The IREE Authors +// Copyright 2024 The IREE Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.