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
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Oliver Behnke
libclfft
Commits
ac856b1c
Commit
ac856b1c
authored
13 years ago
by
Oliver Bock
Browse files
Options
Downloads
Patches
Plain Diff
Updated Win32 build to APP SDK 2.5
parent
9bb73e1c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
example/Makefile.mingw
+3
-3
3 additions, 3 deletions
example/Makefile.mingw
lib/amd/win32/2.5/OpenCL.lib
+0
-0
0 additions, 0 deletions
lib/amd/win32/2.5/OpenCL.lib
src/Makefile.mingw
+2
-2
2 additions, 2 deletions
src/Makefile.mingw
with
5 additions
and
5 deletions
example/Makefile.mingw
+
3
−
3
View file @
ac856b1c
PWD
=
$(
shell
pwd
)
NVIDIA_SDK_INSTALL_PATH
?=
/usr/local/cuda
A
TISTREAM
SDKROOT
?=
/
usr/local/ati
A
MDAPP
SDKROOT
?=
/
opt/AMDAPP
TARGET
=
clfft_example.exe
CXXFLAGS
+=
-O3
-Wall
-g
-I
$(
NVIDIA_SDK_INSTALL_PATH
)
/OpenCL/common/inc
-I
$(
A
TISTREAM
SDKROOT
)
/include
-I
../include
-D_WIN32_WINDOWS
=
0x0410
-malign-double
LDFLAGS
+=
$(
PWD
)
/../lib/libclfft.a ../lib/amd/win32/2.
3
/OpenCL.lib
CXXFLAGS
+=
-O3
-Wall
-g
-I
$(
NVIDIA_SDK_INSTALL_PATH
)
/OpenCL/common/inc
-I
$(
A
MDAPP
SDKROOT
)
/include
-I
../include
-D_WIN32_WINDOWS
=
0x0410
-malign-double
LDFLAGS
+=
$(
PWD
)
/../lib/libclfft.a ../lib/amd/win32/2.
5
/OpenCL.lib
$(TARGET)
:
main.cpp Makefile $(PWD)/../lib/libclfft.a
i586-mingw32msvc-g++
$(
CXXFLAGS
)
main.cpp
$(
LDFLAGS
)
-o
$(
TARGET
)
...
...
This diff is collapsed.
Click to expand it.
lib/amd/win32/2.
3
/OpenCL.lib
→
lib/amd/win32/2.
5
/OpenCL.lib
+
0
−
0
View file @
ac856b1c
No preview for this file type
This diff is collapsed.
Click to expand it.
src/Makefile.mingw
+
2
−
2
View file @
ac856b1c
NVIDIA_SDK_INSTALL_PATH
?=
/usr/local/cuda
A
TISTREAM
SDKROOT
?=
/
usr/local/ati
A
MDAPP
SDKROOT
?=
/
opt/AMDAPP
TARGET
=
libclfft.a
CXXFLAGS
+=
-O3
-Wall
-g
-I
$(
NVIDIA_SDK_INSTALL_PATH
)
/OpenCL/common/inc
-I
$(
A
TISTREAM
SDKROOT
)
/include
-I
../include
CXXFLAGS
+=
-O3
-Wall
-g
-I
$(
NVIDIA_SDK_INSTALL_PATH
)
/OpenCL/common/inc
-I
$(
A
MDAPP
SDKROOT
)
/include
-I
../include
OBJECTS
=
fft_setup.o fft_execute.o fft_kernelstring.o
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment