Skip to content

[SYCL][ABI-break] Remove redundant methods under sycl::handler #6529

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 19 commits into from
Aug 10, 2022

Conversation

raaiq1
Copy link
Contributor

@raaiq1 raaiq1 commented Aug 4, 2022

Removed the following redundant methods:

void extractArgsAndReqsFromLambda(char *LambdaPtr, size_t KernelArgsNum,
const detail::kernel_param_desc_t *KernelArgs);

void processArg(void *Ptr, const detail::kernel_param_kind_t &Kind,
const int Size, const size_t Index, size_t &IndexShift,
bool IsKernelCreatedFromSource);

static id<I> getDelinearizedIndex(const range<I> Range, const size_t Index);
where I is could be {1,2,3};

raaiq1 and others added 18 commits June 17, 2022 14:56
[SYCL][ABI-break] Remove kernel::get_work_group_info (intel#6414)
Removed the following redundant methods:

void extractArgsAndReqsFromLambda(char *LambdaPtr, size_t KernelArgsNum,
const detail::kernel_param_desc_t *KernelArgs);

void processArg(void *Ptr, const detail::kernel_param_kind_t &Kind,
const int Size, const size_t Index, size_t &IndexShift,
bool IsKernelCreatedFromSource);

static id<I> getDelinearizedIndex(const range<I> Range, const size_t Index);
where I is could be {1,2,3};
Signed-off-by: Rauf, Rana <rana.rauf@intel.com>
Signed-off-by: Rauf, Rana <rana.rauf@intel.com>
Signed-off-by: Rauf, Rana <rana.rauf@intel.com>
@raaiq1 raaiq1 requested a review from a team as a code owner August 4, 2022 21:23
@raaiq1 raaiq1 requested a review from aelovikov-intel August 4, 2022 21:23
aelovikov-intel
aelovikov-intel previously approved these changes Aug 4, 2022
Signed-off-by: Rauf, Rana <rana.rauf@intel.com>
@againull againull merged commit b2e3338 into intel:sycl Aug 10, 2022
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