-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1377 from IntelPython/fix/private_array
Fix/private array 200bf8d
- Loading branch information
1 parent
cb17a31
commit 0941992
Showing
13 changed files
with
426 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 367ebadfc19e391f77c6fb93107aa4f4 | ||
config: 56821679db103af3637ee77a1e427291 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
...i/numba_dpex/experimental/_kernel_dpcpp_spirv_overloads/_registry/index.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
:orphan: | ||
|
||
numba_dpex.experimental._kernel_dpcpp_spirv_overloads._registry | ||
=============================================================== | ||
|
||
.. py:module:: numba_dpex.experimental._kernel_dpcpp_spirv_overloads._registry | ||
.. autoapi-nested-parse:: | ||
|
||
Implements the SPIR-V overloads for the kernel_api.PrivateArray class. | ||
|
||
|
||
|
||
Overview | ||
-------- | ||
|
||
|
||
|
||
|
||
Attributes | ||
---------- | ||
.. py:data:: registry | ||
.. py:data:: lower | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.