We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da03d4 commit 806eb8bCopy full SHA for 806eb8b
src/plugins/intel_gpu/include/intel_gpu/runtime/engine.hpp
@@ -177,7 +177,7 @@ class engine {
177
/// Create engine for given @p device
178
engine(const device::ptr device);
179
const device::ptr _device;
180
- bool enable_large_allocations;
+ bool enable_large_allocations = false;
181
182
std::array<std::atomic<uint64_t>, static_cast<size_t>(allocation_type::max_value)> _memory_usage_data{};
183
std::array<std::atomic<uint64_t>, static_cast<size_t>(allocation_type::max_value)> _peak_memory_usage_data{};
0 commit comments