Skip to content

Commit

Permalink
incorporate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Sep 25, 2024
1 parent 327369c commit a24f88c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion runtime/src/iree-amd-aie/driver/hsa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ iree_cc_library(
HDRS
api.h
SRCS
api.h
command_buffer.cc
command_buffer.h
hsa_buffer.cc
Expand Down
10 changes: 0 additions & 10 deletions runtime/src/iree-amd-aie/driver/hsa/cts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/iree-amd-aie/schemas/pdi_executable_def.fbs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a24f88c

Please sign in to comment.