Commit Graph

367 Commits

Author SHA1 Message Date
Philippe Tillet
e25dcf97ea Bugfix in SIMD handling for other layouts 2015-07-10 16:05:28 -04:00
Philippe Tillet
47406a5e50 Implementing vector for other layouts 2015-07-09 20:07:44 -04:00
Philippe Tillet
347f4025f2 Cleaned up GEMM 2015-07-09 15:03:55 -04:00
Philippe Tillet
4ec061ceeb More... 2015-07-09 13:32:32 -04:00
Philippe Tillet
931a403d81 More fix 2015-07-09 13:09:01 -04:00
Philippe Tillet
a676b15448 Fixup 2015-07-09 11:40:26 -04:00
Philippe Tillet
4e25e20206 More bounds checking 2015-07-09 10:52:54 -04:00
Philippe Tillet
b18442c220 Fixup 2015-07-07 23:39:17 -07:00
Philippe Tillet
bdd4ea05fd Trying to further improve bounds checking 2015-07-08 22:37:57 -04:00
Philippe Tillet
4c123c4b38 Backend: GEMM - Improved bounds checking 2015-07-02 16:44:02 -04:00
Philippe Tillet
41204d6b74 Tests: Random initialization ; alpha is now negative in axpy 2015-07-01 11:48:24 -04:00
Philippe Tillet
5c720a5b54 Backend: Fixed AXPY for shape=(1,x>1) 2015-07-01 11:48:01 -04:00
Philippe Tillet
9d0d50ba05 Backend: Fixed alpha, beta in GEMM. 2015-06-29 21:52:50 -07:00
Philippe Tillet
cf2dba43ef Backend: A lot of bugfixes in dot() for handling shapes better 2015-06-30 17:55:57 -04:00
Philippe Tillet
e7cabf65ac Tuning: Merged tune branch.
- Much cleaner and more concise source
- Better exceptions handling
- Checks local minima to see if retuning is needed.

Resolved conflicts:
	bench/blas.cpp
	include/isaac/backend/templates/mproduct.h
	include/isaac/driver/buffer.h
	lib/array.cpp
	lib/backend/templates/mproduct.cpp
	lib/driver/buffer.cpp
	python/setup.py
	tune/pysrc/autotune.py
	tune/pysrc/dataset.py
	tune/pysrc/misc_tools.py
2015-06-28 17:53:16 -07:00
Philippe Tillet
48073dc710 C++: improved temporaries handling 2015-06-28 00:06:49 -07:00
Philippe Tillet
0e207e7ca4 Backend: Now not creating a temporary upon C = alpha*dot(op(A), op(B)) + beta*C 2015-06-27 17:55:01 -07:00
Philippe Tillet
3525edd54c BLAS: Added row-major support and tests 2015-06-27 15:22:26 -04:00
Philippe
8f19d2a69c C++/clBLAS: Bugfix in GEMM 2015-06-27 13:54:26 -04:00
Philippe
743a559f76 Backend: Bugfix in GEMM bound-checking 2015-06-27 13:14:46 -04:00
Philippe
4cce9d3efd C: More clBLAS tests 2015-06-27 11:44:50 -04:00
Philippe Tillet
e6cecc5a09 C: Some fixes in BLAS 2015-06-26 08:08:22 -07:00
Philippe Tillet
b0cd25ac4b Added C BLAS1 test 2015-06-25 23:12:26 -07:00
Philippe Tillet
b32de3ac76 C++: More clBLAS routines 2015-06-25 08:12:16 -07:00
Philippe Tillet
a42112f8f3 C++: Fixed warning in execution_option's queue initialization 2015-06-24 16:51:55 -07:00
Philippe Tillet
0bead2d164 Python: Fixed missing space in setup.py 2015-06-24 16:50:50 -07:00
Philippe Tillet
9f7e34ba5d C++: Added clBLAS sGEMM ABI (still buggy) 2015-06-24 07:51:27 -07:00
Philippe Tillet
c61eaceb21 Tune: Fixed correctness 2015-06-23 09:54:51 -07:00
Philippe Tillet
80bcbd095f C++: Some renaming; added possibility to pass buffers when constructing arrays 2015-06-23 09:38:34 -07:00
Philippe Tillet
0c9bf8da4e Python: Added find_library in cmake/python/setup.py 2015-05-16 16:16:02 -04:00
Philippe Tillet
05e730f06e CUDA: Many fixes in the backend 2015-05-13 02:26:38 -04:00
Philippe Tillet
f55e499ef5 C++: added support for [unsigned] long long 2015-05-04 23:54:43 -04:00
Philippe Tillet
e1506097b2 Python: now removing the build directory while packaging 2015-05-04 21:26:27 -04:00
Philippe Tillet
278109eef8 C++: Now using standard C++ types instead of stdint 2015-05-04 21:23:05 -04:00
Philippe Tillet
5cdbef7b4e C++: in value_scalar replaced cl types by stdint types 2015-05-04 19:05:32 -04:00
Philippe Tillet
4a44361e06 Python: fixed setup.py 2015-05-04 02:15:29 -04:00
Philippe Tillet
3b983cf32f CMake: some cleaning 2015-05-03 17:41:23 -04:00
Philippe Tillet
217de21991 Python: now bundling python package 2015-05-03 04:02:19 -04:00
Philippe Tillet
6b61bd3169 Python: added symlinks for src/include and src/lib 2015-05-03 03:44:53 -04:00
Philippe Tillet
7dba13c206 Structure: Python module is now standalone (setup.py generated by cmake). Better directory hierarchy 2015-05-03 03:40:14 -04:00
Philippe Tillet
29bfff69e9 Python: now statically linking (i.e. recompiling everything) for better portability. 2015-05-03 02:14:02 -04:00
Philippe Tillet
25242bc19d Android: added simple test application 2015-05-02 23:16:56 -04:00
Philippe Tillet
d1092abd5f CMake: added bin2cpp 2015-05-01 21:40:11 -04:00
Philippe Tillet
9f186342a5 API: changed axis convention to fit numpy 2015-05-01 15:58:08 -04:00
Philippe Tillet
1f9d0f0f14 CMake: Deactivated pyinstaller 2015-05-01 11:35:41 -04:00
Philippe Tillet
1a3923c562 Python: Wrapped exception 2015-05-01 11:29:39 -04:00
Philippe Tillet
86ffc7f6a6 Python: Better file-architecture in wrapper 2015-04-30 20:37:12 -04:00
Philippe Tillet
fffdc1b79e Revert: Deleted additional crappy file... 2015-04-30 02:47:15 -04:00
Philippe Tillet
a65e8c32e0 Revert: Removed build files / old python wrapper 2015-04-30 02:42:09 -04:00
Philippe Tillet
e29fda1b1c test 2015-04-30 02:25:14 -04:00