Change KB, MB, GB to constexpr values

Change-Id: I6f726b142f945d22d6ea12289600c397da19cbb0
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2020-04-28 15:23:04 +02:00
committed by sys_ocldev
parent 1f8fdf4fc0
commit 14eb8eae3f
6 changed files with 8 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#include "shared/source/os_interface/linux/allocator_helper.h"
#include "shared/source/helpers/basic_math.h"
#include "shared/source/helpers/constants.h"
namespace NEO {

View File

@ -5,7 +5,7 @@
*
*/
#include "shared/source/helpers/basic_math.h"
#include "shared/source/helpers/constants.h"
#include "shared/source/os_interface/linux/allocator_helper.h"
#include "gtest/gtest.h"