Skip to content

Commit

Permalink
Update compiler/plugins/target/AMD-AIE/iree-amd-aie/Target/AIETarget.h
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Oct 18, 2024
1 parent 05ddaec commit 66db9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct AMDAIEOptions {
bool enablePacketFlow{false};

enum class DeviceHAL { XRT, XRT_LITE };
DeviceHAL deviceHal{DeviceHAL::XRT};
DeviceHAL deviceHal{DeviceHAL::XRT_LITE};

void bindOptions(OptionsBinder &binder) {
static llvm::cl::OptionCategory category("AMD AIE Options");
Expand Down

0 comments on commit 66db9ce

Please sign in to comment.