Skip to content
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

cuda.device_empty function #66

Draft
wants to merge 158 commits into
base: devel
Choose a base branch
from

work in progress

e3db4c0
Select commit
Loading
Failed to load commit list.
Draft

cuda.device_empty function #66

work in progress
e3db4c0
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 25, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- tests/pyccel/scripts/kernel/cuda_host_2d_array_addition.py  3
- tests/pyccel/scripts/kernel/cuda_host_array_addition.py  2
- pyccel/cuda/cuda_thread_indexing.py  1
- tests/pyccel/scripts/kernel/device_array.py  2
- pyccel/cuda/cuda_arrays.py  1
- tests/pyccel/scripts/kernel/host_array.py  2
- pyccel/ast/cudatypes.py  10
- pyccel/ast/cudaext.py  1
- pyccel/ast/class_defs.py  1
- pyccel/codegen/utilities.py  3
         

Clones added
============
- pyccel/ast/cudatypes.py  1
         

See the complete overview on Codacy

Annotations

Check warning on line 190 in pyccel/ast/cudaext.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pyccel/ast/cudaext.py#L190

Useless parent or super() delegation in method '__init__'

Check failure on line 7 in tests/pyccel/scripts/kernel/device_array.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/pyccel/scripts/kernel/device_array.py#L7

Module 'pyccel.cuda' has no 'threadIdx' member