mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 23:24:53 +08:00
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:
committed by
sys_ocldev
parent
0e41bc7f71
commit
aa727b3bcc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user