Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Adding cache and specialization to func decorator#877

Merged
diptorupd merged 4 commits into
IntelPython:mainfrom
chudur-budur:github-861
Jan 23, 2023
Merged

Adding cache and specialization to func decorator#877
diptorupd merged 4 commits into
IntelPython:mainfrom
chudur-budur:github-861

Conversation

@chudur-budur

@chudur-budur chudur-budur commented Jan 19, 2023

Copy link
Copy Markdown
Contributor

Fixes #867 and #861.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • If this PR is a work in progress, are you filing the PR as a draft?

@chudur-budur

Copy link
Copy Markdown
Contributor Author

@diptorupd

Comment thread numba_dpex/core/kernel_interface/func.py
@diptorupd
diptorupd marked this pull request as ready for review January 19, 2023 19:26
Comment thread notes.md Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/decorators.py Outdated
Comment thread numba_dpex/decorators.py Outdated
Comment thread numba_dpex/examples/kernel/device_func.py
Comment thread test-func-specialize.py Outdated
@chudur-budur
chudur-budur force-pushed the github-861 branch 2 times, most recently from 852a17d to 23e73ed Compare January 20, 2023 01:48
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/decorators.py Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
Comment thread numba_dpex/core/kernel_interface/func.py Outdated
@diptorupd
diptorupd merged commit 8b3cf31 into IntelPython:main Jan 23, 2023
@diptorupd
diptorupd deleted the github-861 branch January 23, 2023 14:49
github-actions Bot added a commit that referenced this pull request Jan 23, 2023
Adding cache and specialization to func decorator 8b3cf31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't reuse dpex.func device functions with different signatures

2 participants