Skip to content

Commit 3d32162

Browse files
Usr, Sdasdausr
authored andcommitted
Squashed 'ultrasound' changes from 6ae1ea4..d590e19 (#1256)
d590e19 Merge pull request #217 from junxuwen/2025.8 08ee092 Merge pull request #219 from ryanw/next 23bc852 Merge branch 'FaaSApps:next' into next 5bd3d76 fix CR-1252958 882dbf1 Merge pull request #218 from liyuanz/remove_xrt.h 9959f31 update 36fdb45 remove xrt.h 1da006f update 930c99a update c337b21 update af54540 update 46ae82e update 2f9d78c update d5af5c0 update Co-authored-by: sdausr <sdausr@xilinx.com>
1 parent b696aa2 commit 3d32162

28 files changed

Lines changed: 32 additions & 92 deletions

File tree

ultrasound/L2/src/Apodization_aieml/ps/host.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ from Advanced Micro Devices, Inc.
3333
#include <fstream>
3434

3535
// This is used for the PL Kernels
36-
#include "xrt.h"
3736
#include "experimental/xrt_kernel.h"
3837

3938
// Using the ADF API that call XRT API

ultrasound/L2/src/CatumllRom_aieml/ps/host.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ from Advanced Micro Devices, Inc.
3434
#include <fstream>
3535

3636
// This is used for the PL Kernels
37-
#include "xrt.h"
3837
#include "experimental/xrt_kernel.h"
3938

4039
// Using the ADF API that call XRT API

ultrasound/L2/src/Delay_aieml/ps/host.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ from Advanced Micro Devices, Inc.
3434
#include <fstream>
3535

3636
// This is used for the PL Kernels
37-
#include "xrt.h"
3837
#include "experimental/xrt_kernel.h"
3938

4039
// Using the ADF API that call XRT API

ultrasound/L2/src/Focusing_aieml/ps/host.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ from Advanced Micro Devices, Inc.
3535
#include <cmath>
3636

3737
// This is used for the PL Kernels
38-
#include "xrt.h"
3938
#include "experimental/xrt_kernel.h"
4039

4140
// Using the ADF API that call XRT API

ultrasound/L2/src/ImagePoints_aieml/ps/host.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ from Advanced Micro Devices, Inc.
3434
#include <fstream>
3535

3636
// This is used for the PL Kernels
37-
#include "xrt.h"
3837
#include "experimental/xrt_kernel.h"
3938

4039
// Using the ADF API that call XRT API

ultrasound/L2/src/Samples_aieml/ps/host.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ from Advanced Micro Devices, Inc.
3434
#include <fstream>
3535

3636
// This is used for the PL Kernels
37-
#include "xrt.h"
3837
#include "experimental/xrt_kernel.h"
3938

4039
// Using the ADF API that call XRT API

ultrasound/L2/tests/apodization/PS_host/host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#include <fstream>
2323
#include <string>
2424
#include <cstring>
25+
#include <iostream>
2526

2627
// This is used for the PL Kernels
27-
#include "xrt.h"
2828
#include "experimental/xrt_kernel.h"
2929

3030
// Using the ADF API that call XRT API

ultrasound/L2/tests/apodization_sa/PS_host/host.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
#include <iostream>
2121

2222
#include "graph.cpp"
23-
#include "host.hpp"
2423

2524
// This is used for the PL Kernels
26-
#include "xrt.h"
2725
#include "experimental/xrt_kernel.h"
2826

2927
// Using the ADF API that call XRT API

ultrasound/L2/tests/delay/PS_host/host.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#include <stdint.h>
2323
#include <fstream>
2424
#include <string>
25+
#include <iostream>
2526

2627
// This is used for the PL Kernels
27-
#include "xrt.h"
2828
#include "experimental/xrt_kernel.h"
2929

3030
// Using the ADF API that call XRT API
@@ -328,4 +328,4 @@ int main(int argc, const char** argv) {
328328
printf("Test Done, err_cnt:%d\n", err_cnt);
329329

330330
return err_cnt;
331-
}
331+
}

ultrasound/L2/tests/delay_pw/PS_host/host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ limitations under the License.
1919
#include <stdint.h>
2020
#include <fstream>
2121
#include <string>
22+
#include <iostream>
2223

2324
// This is used for the PL Kernels
24-
#include "xrt.h"
2525
#include "experimental/xrt_kernel.h"
2626

2727
// Using the ADF API that call XRT API

0 commit comments

Comments
 (0)