Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fill the GUID field of D3D12DDIARG_META_COMMAND_DESC? #101

Open
wxie-xw opened this issue Jul 29, 2024 · 0 comments
Open

How to fill the GUID field of D3D12DDIARG_META_COMMAND_DESC? #101

wxie-xw opened this issue Jul 29, 2024 · 0 comments

Comments

@wxie-xw
Copy link

wxie-xw commented Jul 29, 2024

Hi,

How to fill the GUID field of D3D12DDIARG_META_COMMAND_DESC structure?

#if COS_MLMC_RS5_SUPPORT { MetaCommand_Normalization, L"Normalization", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_Convolution, L"Convolution", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_GEMM, L"GEMM", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_GRU, L"GRU", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_LSTM, L"LSTM", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_MVN, L"NVM", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_Pooling, L"Pooling", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_Reduction, L"Reduction", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_RNN, L"RNN", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_RoiPooling, L"RoiPooling", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE }, { MetaCommand_CopyTensor, L"CopyTensor", D3D12DDI_GRAPHICS_STATE_NONE, D3D12DDI_GRAPHICS_STATE_NONE } #endif

I didn't find the definition of ‘’MetaCommand_Normalization”. What kind of value is it and where is it defined?

Is the ‘MetaCommand_Normalization’ defined in MetaCommandDefinitions.h file? Where is the MetaCommandDefinitions.h file?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant