Skip to content

Commit bd40321

Browse files
Bumping aie-rt. (#1892)
1 parent a21a9a8 commit bd40321

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/buildAndTestAieToolsHsaBuildOnly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- hsa-lit-testing-build
87
# pull_request:
98
workflow_dispatch:
109
inputs:

test/unit_tests/aie/00_itsalive/aie.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
module @test00_itsalive {
1515
%tile12 = aie.tile(1, 2)
1616

17-
%buf12_0 = aie.buffer(%tile12) { sym_name = "a", address = 0 : i32 } : memref<256xi32>
17+
%buf12_0 = aie.buffer(%tile12) { sym_name = "a" } : memref<256xi32>
1818

1919
%core12 = aie.core(%tile12) {
2020
%val1 = arith.constant 1 : i32

utils/build-mlir-aie-pcie.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ set -o pipefail
4747
set -e
4848

4949
# Building LIBXAIE with the VCK5000 backend
50-
if [ -z "$LIBXAIE_DIR" ] || [ -z "$HSAKMT_DIR" ]; then
50+
if [ -z "$LIBXAIE_DIR" ] ; then
5151
echo "No LIBXAIE_DIR. Building aie-rt with AMDAIR backend"
52-
git clone https://github.com/stephenneuendorffer/aie-rt
5352
mkdir aie-rt-x86_64-hsa
5453
mkdir aie-rt-x86_64-hsa/lib/
54+
cp -r $(pwd)/../third_party/aie-rt/ ./
5555
cd aie-rt
56-
git checkout phoenix_v2023.2
5756
cd driver/src
5857
make -f Makefile.Linux CFLAGS="-D__AIEAMDAIR__"
5958
cp -r ../include ../../../aie-rt-x86_64-hsa

0 commit comments

Comments
 (0)