-
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.
Loading status checks…
deploy: e4dfca3
1 parent
d54bc2b
commit 23f137b
Showing
7 changed files
with
457 additions
and
10 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: fc3e166c5512f0067e32d0e62ccc03e5 | ||
config: 3a6883e443d28604818ec2b05611bc2e | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
63 changes: 63 additions & 0 deletions
63
.../1420/_sources/autoapi/numba_dpex/core/parfors/parfor_diagnostics/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,63 @@ | ||
|
||
|
||
:orphan: | ||
|
||
numba_dpex.core.parfors.parfor_diagnostics | ||
========================================== | ||
|
||
.. py:module:: numba_dpex.core.parfors.parfor_diagnostics | ||
Overview | ||
-------- | ||
.. list-table:: Classes | ||
:header-rows: 0 | ||
:widths: auto | ||
:class: summarytable | ||
|
||
* - :py:obj:`ExtendedParforDiagnostics <numba_dpex.core.parfors.parfor_diagnostics.ExtendedParforDiagnostics>` | ||
- Holds parfor diagnostic info, this is accumulated throughout the | ||
|
||
|
||
|
||
|
||
Classes | ||
------- | ||
|
||
.. py:class:: ExtendedParforDiagnostics | ||
Bases: :py:obj:`numba.parfors.parfor.ParforDiagnostics` | ||
|
||
Holds parfor diagnostic info, this is accumulated throughout the | ||
PreParforPass and ParforPass, also in the closure inlining! | ||
|
||
|
||
.. rubric:: Overview | ||
|
||
|
||
.. list-table:: Methods | ||
:header-rows: 0 | ||
:widths: auto | ||
:class: summarytable | ||
|
||
* - :py:obj:`dump <numba_dpex.core.parfors.parfor_diagnostics.ExtendedParforDiagnostics.dump>`\ (level) | ||
- \- | ||
* - :py:obj:`print_auto_offloading <numba_dpex.core.parfors.parfor_diagnostics.ExtendedParforDiagnostics.print_auto_offloading>`\ (lines) | ||
- \- | ||
|
||
|
||
.. rubric:: Members | ||
|
||
.. py:method:: dump(level=1) | ||
.. py:method:: print_auto_offloading(lines) | ||
363 changes: 363 additions & 0 deletions
363
pull/1420/autoapi/numba_dpex/core/parfors/parfor_diagnostics/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
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
Large diffs are not rendered by default.
Oops, something went wrong.