cuda.device_empty function #66
Draft
Codacy Production / Codacy Static Code Analysis
required action
Jul 25, 2024 in 0s
2 new issues (0 max.) of at least minor severity.
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
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
codacy-production / Codacy Static Code Analysis
tests/pyccel/scripts/kernel/device_array.py#L7
Module 'pyccel.cuda' has no 'threadIdx' member
Loading