Skip to content

Commit

Permalink
Merge pull request #798 from stsoe/2018.2_XDF
Browse files Browse the repository at this point in the history
Enable KDS for AWS F1
  • Loading branch information
stsoe authored Dec 18, 2018
2 parents 8591248 + b3a8dbc commit 343186f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime_src/xrt/scheduler/scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ emu_50_disable_kds(const xrt::device* device)
}

// Force disabling of kds if aws 5.0 device
static void
XRT_UNUSED static void
aws_50_disable_kds(const xrt::device* device)
{
static bool done = false;
Expand Down Expand Up @@ -142,7 +142,7 @@ void
init(xrt::device* device, size_t regmap_size, bool cu_isr, size_t num_cus, size_t cu_offset, size_t cu_base_addr, const std::vector<uint32_t>& cu_addr_map)
{
emu_50_disable_kds(device);
aws_50_disable_kds(device);
// aws_50_disable_kds(device);

if (kds_enabled())
kds::init(device,regmap_size,cu_isr,num_cus,cu_offset,cu_base_addr,cu_addr_map);
Expand Down

0 comments on commit 343186f

Please sign in to comment.