Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ expand_range
Function
expand_range
src/scripts/perf/fftPerformanceTesting.py:226–227 ·
view source on GitHub ↗
(a_range)
Source
from the content-addressed store, hash-verified
224
self.current = self.current + self._stepAmount
225
226
def
expand_range(a_range):
227
return
Range(a_range).expanded
228
229
def
decode_parameter_problemsize(problemsize):
230
if
not problemsize.count(None):
Callers
nothing calls this directly
Calls
1
Range
Class · 0.70
Tested by
no test coverage detected