• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IntelPython / dpnp / 13505804152
81%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2025 07:34PM UTC
Jobs 1
Files 206
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Feb 2025 07:05PM UTC coverage: 71.782% (+0.001%) from 71.781%
13505804152

push

github

web-flow
Update `dpnp.fft` to run on CUDA (#2332)

This PR suggests fixing the current issues with `dpnp.fft.fftn()` and
`dpnp.fft.rfftn()` on CUDA and removing the skip tests for them

The `incorrect result` issue for `dpnp.fft.fftn()` on cuda was because
preparing the input array when `batch_fft=True` could change it to `F
contiguous` array. cuFFT for correct execution requires `C contiguous`
array as input.

The issue with raising `Invalid strides` error is a bug in oneMath
([631](https://github.com/uxlfoundation/oneMath/issues/631)).
As a workaround until this issue is solved it is suggested to use swap
of the last two axes if the last dimension is 1 and there are multiple
axes.
In this case the strides inside cuFFT are calculated correctly.

Additionally updated the arguments for `test_erf` in
`skipped_tests_cuda.tbl` to skip it on cuda.

4687 of 9472 branches covered (49.48%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

17414 of 21317 relevant lines covered (81.69%)

20040.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13505804152.1 24 Feb 2025 07:34PM UTC 206
71.78
GitHub Action Run
Source Files on build 13505804152
  • Tree
  • List 206
  • Changed 12
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 8efd4389 on github
  • Prev Build on master (#13482610440)
  • Next Build on master (#13528560171)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc