Skip to content

[SYCL][ESIMD][EMU] Updating kernel-launch API for ESIMD_EMULATOR BE #6422

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

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

dongkyunahn-intel
Copy link
Contributor

  • Kernel launching API for ESIMD_EMULATOR is updated in order to
    remove dependency on std::vector type

  • Download URL for pre-built CM_EMU library package is updated
    accordingly

- Kernel launching API for ESIMD_EMULATOR is updated in order to
remove dependency on std::vector type

- Download URL for pre-built CM_EMU library package is updated
accordingly
@dongkyunahn-intel dongkyunahn-intel requested a review from a team as a code owner July 11, 2022 18:53
@v-klochkov v-klochkov merged commit 1ac30ae into intel:sycl Jul 12, 2022
EsimdemuKernel{reinterpret_cast<fptrVoid>(InvokeKernel<DIMS>), GroupDim,
SpaceDim}
EsimdemuKernel{reinterpret_cast<fptrVoid>(InvokeKernel<DIMS>),
GroupDim.data(), SpaceDim.data()}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the new interface should then include array length, otherwise you can't guess it within EsimdemuKernel constructor code

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CM_EMU library will be updated to have size argument for dimension info. I'll post a PR for updated interface when updated library package is posted in opensource CM_EMU github repo.

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

Successfully merging this pull request may close these issues.

3 participants