Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Plugins:
* aie_base : No feature
* aie_debug : No feature
* aie_halt : Internal, used with ML Debugger on Client
* aie_pc : No feature
* aie_profile : Used on Client, Edge, Alveo, hardware emulation
* aie_status : Used on Edge, Alveo, hardware emulation
* aie_trace : Used on Client, Edge, Alveo, hardware emulation
Expand All @@ -78,11 +77,9 @@ Plugins:
* lop : Low-overhead OpenCL trace of host code. Available on Edge, Alveo, hardware emulation
* ml_timeline : Available on Client and VE2 (VAIML)
* native : host trace used on Edge, Alveo, and Client, hardware emulation
* noc : No feature
* opencl : OpenCL trace of host code. Available on Edge, Alveo, hardware emulation
* pl_deadlock: Detect and interpret PL deadlock. Available on Edge, Alveo
* power: Available on Alveo
* system_compiler : No feature
* user : Called from user host code. Available on Edge, Alveo, Client, hardware emulation.
* vart : No feature
* vp_base : No feature
3 changes: 0 additions & 3 deletions profile/plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ elseif (XDP_CLIENT_BUILD_CMAKE STREQUAL "yes")

if (WIN32)
add_subdirectory(aie_halt)
add_subdirectory(aie_pc)
endif()

else()
Expand All @@ -52,9 +51,7 @@ add_subdirectory(aie_status)
add_subdirectory(aie_profile)
add_subdirectory(aie_trace)
add_subdirectory(device_offload/hw_emu)
add_subdirectory(noc)
add_subdirectory(power)
add_subdirectory(system_compiler)
add_subdirectory(vart)

else()
Expand Down
45 changes: 0 additions & 45 deletions profile/plugin/aie_pc/CMakeLists.txt

This file was deleted.

52 changes: 0 additions & 52 deletions profile/plugin/aie_pc/aie_pc_cb.cpp

This file was deleted.

28 changes: 0 additions & 28 deletions profile/plugin/aie_pc/aie_pc_cb.h

This file was deleted.

51 changes: 0 additions & 51 deletions profile/plugin/aie_pc/aie_pc_impl.h

This file was deleted.

123 changes: 0 additions & 123 deletions profile/plugin/aie_pc/aie_pc_plugin.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions profile/plugin/aie_pc/aie_pc_plugin.h

This file was deleted.

Loading
Loading