#pragma once #include #include namespace DirectCompute { struct LookupTablesData { std::array gelu; std::array exponent; LookupTablesData(); }; }