CapabilityTable adjustments part 1

- Extract hw_info_config.h from Linux directory
- Extract enabling HwInfoConfig from Linux directory
- Create dummy implementations for HwInfoConfig on Windows

Change-Id: Ic9c7525ba9d9b654f238fb661cdbb3eecc421e29
This commit is contained in:
Maciej Dziuban
2018-03-15 15:03:51 +01:00
committed by sys_ocldev
parent 0e41bc7f71
commit aa727b3bcc
36 changed files with 295 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -22,6 +22,7 @@
#include "hw_info.h"
namespace OCLRT {
template <PRODUCT_FAMILY gfxProduct>
struct EnableGfxProductHw {
typedef typename HwMapper<gfxProduct>::GfxProduct GfxProduct;
@@ -35,3 +36,4 @@ struct EnableGfxProductHw {
hardwareInfoSetupGt[gfxProduct] = GfxProduct::setupGtSystemInfo;
}
};
} // namespace OCLRT