8000 a by mloccy · Pull Request #1 · Artomatix/clBLAS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

a #1

Open
wants to merge 264 commits into
base: hunter
Choose a base branch
from
Open

a #1

wants to merge 264 commits into from

Conversation

mloccy
Copy link
@mloccy mloccy commented Apr 5, 2018

No description provided.

Timmy and others added 30 commits April 10, 2015 16:03
merge develop branch into master branch
minor bug fix in client code
do not build bingen if offline compilation is disabled
…tra barrier at the beginning of the outer loop.
improve big sgemm column NN perf. improve small sgemm NN perf.
bump develop version to 2.5
improve small sgemm column major TN on Hawaii
fix a very silly bug in compuing s/dtrsm flops.
Ben : fixing bonaire path for sgemm using CL2.0 path
Fix install location of samples
Install scripts/perf to share/clBLAS on non WIN32 systems
Kent Knox and others added 30 commits April 18, 2016 11:07
Changing unit tests to only print test parameters on unit test failures.
test-functional and test-correctness with derivatives have been
enhanced to be able to specify the device under test through the
command line.  The ordinals can be queried with clinfo program
Externally available, comes in AMD SDK
--platform-ord is an unsigned value picking the platform
--device-ord is an unsigned value picking the device
--device has been renamed to --device-type
Make installing source tree optional
The library was not developed with the pedantic warning flag enabled, and
the build outputs a volume of verbose warning messages on every build.
It's not currently helpful to have this enabled.  This flag should be enabled
again as the warnings get fixed, to enable a more robust library.

Various warnings and #pragmas fixed that were remaining.
Changed the allocation of a temp buffer in corr-trmv.cpp
Changing default for 'keeping kernel sources' to ON to
fix unit test failures on CPU devices
Fix issue affecting AMD & Intel CPU devices; lower warnings
:shipit:
Support for altivec on powerpc64 P8 systems  

:shipit: 
Thank you for your contribution
…b cblas through client (#274)

* (1)update readme: netlib is preferred.(2)now you can verify the correctness of gemm&trmm through client

* give more details of how to get CBLAS on windows

* find the netlib library dir & library in Cmake files

* forget to add this file

* disable the validation on windows currently: no easy solution of building/linking netlib CBLAS on windows
* fix #265 - spelling errors in comments and print statements

* correct the argument order in doxygen comments
Disable clang error on narrowing conversions. 👍
Point the CONTRIBUTING wiki links to the correct repository
add missing dependency to pthread (using rwlock functions)
ixamax and syr2/her2 bugs
.s is more portable, and .x does not work with -std=c99 which
does not have anonymous structs.

Fix #307.
This increases the chance that they will just work for most users.

Previously there was a mixture of CPU and GPU, which only works
if users have both CPU and GPU OpenCL devices.
Use CL_DEVICE_TYPE_ALL for all samples
Revert "Use CL_DEVICE_TYPE_ALL for all samples"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0