Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Diving deeper
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd committed Sep 25, 2024
1 parent c8913eb commit 8e47aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hsa-runtime/core/inc/amd_xdna_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class XdnaDriver : public core::Driver {

/// @brief The aligned device heap.
void *dev_heap_aligned = nullptr;
static constexpr size_t dev_heap_size = 64 * 1024 * 1024;
static constexpr size_t dev_heap_size = 48 * 1024 * 1024;
static constexpr size_t dev_heap_align = 64 * 1024 * 1024;
};

Expand Down

0 comments on commit 8e47aa3

Please sign in to comment.