Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libclfft
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
libclfft
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
8
BRP_build_fixes
CLFFT_NO_MAD_ENABLE
HSA
clmathfft
improve_Makefile
longer_dft_support
master
default
protected
override_cl_compile_options
Tags
2
current_brp_apps
current_fgrp_apps
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
25
Apr
15
Aug
12
10
4
Mar
2
3
Dec
21
Aug
12
17
Jun
14
13
21
Feb
20
18
23
Apr
7
Jun
5
May
20
May
5
Dec
21
Sep
26
Jul
25
24
23
13
7
26
Jun
25
22
8
20
Oct
17
13
Sep
20
May
23
Mar
21
18
17
16
9
7
3
12
Jan
Merge branch 'override_cl_compile_options' into 'master'
master
master
allow to disable "-cl-mad-enable" in OpenCL compile options by setting CLFFT_NO_MAD_ENABLE macro
current_brp_app…
current_brp_apps CLFFT_NO_MAD_ENABLE
gitignore build target libeclfft
BRP_build_fixes
BRP_build_fixes
fix target renaming for MinGW bulds
make clean all targets
allow to override default OpenCL compile options by defining CLFFT_COMPILE_OPTIONS macro
override_cl_com…
override_cl_compile_options
Merge branch 'add-clFFT_GetSize-MR' into 'master'
Add clFFT_GetSize() for getting the estimated size of a plan
Merge branch 'remove-GPU-constraint' into 'master'
Remove GPU constraint
Merge branch 'improve_Makefile' into 'master'
example/Makefile: adapt the include path selection from src/Makefile here
improve_Makefile
improve_Makefile
Makefile: renamed target 'sample' to avoid conflict with directory name
don't force building the static version when installing
allow static and shared builds from top level
fix selection of possible include paths
Makefile: improve selection of possible include paths
fix MinGW build
Makefile improvements
Merge branch 'master' into 'master'
add a shared library version
Merge branch 'rename_to_eclfft' into 'master'
add a target 'install'
Added README
HSA version from Christophe Choquet
HSA
HSA
Added AMD's clFFT from the clMath libraries as a submodule
clmathfft
clmathfft
make index calculation save for long transforms (2^24 +) by eliminating xxx24 integer functions that internally perform ploating point arithmetic using floats (24 bit mantissa)
current_fgrp_ap…
current_fgrp_apps longer_dft_support
added comments in header file for extended plan generation function
Ensure static linking of libgcc and libstdc++ (the latter requires GCC 4.5)
Switching to archive files (OpenCL.lib for 64 bit seems to be compiled to a different/incompatible format)
Added MinGW 64 bit build target
Update APP SDK version to 2.6
Bug #1608: clFFT use of native_sin , native_cos can cause validation problems
Bug #1608: clFFT use of native_sin , native_cos can cause validation problems
Allow overriding of default build tools
added file comment headers to express that this is now derived work and not the original Apple source code
Bug #1649: wrong results for transform lengths > 2^24
Bug #1641: double fp literals cause compilation errors with OpenCL
Bug #1608: clFFT use of native_sin , native_cos can cause validation problems
Bug #1608: clFFT use of native_sin , native_cos can cause validation problems
Loading