Commit Graph

58 Commits

Author SHA1 Message Date
Philippe Tillet
ab2dd09309 Core: Fixed operator[int] 2015-08-10 21:55:05 -07:00
Philippe Tillet
db090d7942 Code quality: Large clean-up of the codebase and especially of the include/ folder 2015-08-06 12:05:12 -07:00
Philippe Tillet
df2d5e7d00 Models: cleaning of the global caching mechanism 2015-08-04 10:06:52 -07:00
Philippe Tillet
5b58769fbc Code quality: some more cleaning 2015-08-03 22:50:49 -07:00
Philippe Tillet
92d8afc888 Code quality: cleaned backend terminology 2015-08-03 17:11:24 -07:00
Philippe Tillet
dd5f592fd8 Code quality: destructors of static global objects will no longer call external dependencies. Manual cleaning possible through backend::release()
This should solve errors when libOpenCL's ICD was unloaded prior to libisaac.
2015-07-31 15:47:41 -07:00
Philippe Tillet
dfe3d26f5e Misc: Fixed compilation issues on tests/bench 2015-07-31 01:02:59 -07:00
Philippe Tillet
81b9f01336 Driver: Contexts are now unique and non-copyable 2015-07-31 00:41:03 -07:00
Philippe Tillet
29bdf7f546 Code quality: made the backend static 2015-07-30 21:15:37 -07:00
Philippe Tillet
7e0f23f67b Code quality: replaced include of <cmath> by include of <algorithm> for std::max/min 2015-07-28 15:45:14 -07:00
Philippe Tillet
ddbfa5e305 Code quality: Added more missing #include <cmath> 2015-07-28 15:42:13 -07:00
Philippe Tillet
0434ac551c Code quality: Fixed double instantiation of array::operator=<vector<>> 2015-07-28 15:19:25 -07:00
Philippe Tillet
a94b0f3596 Code quality: Fixed compilation issues on Windows MSVC 2015-07-28 15:13:43 -07:00
Philippe Tillet
155554f5cf Code quality: added clBLAS.def and some ISAACAPI 2015-07-21 23:48:50 -07:00
Philippe Tillet
5dacf4f49c Code Quality: Removed NOMINMAX redefinition 2015-07-21 17:24:35 -04:00
Philippe Tillet
18663d6a93 Code Quality: Cleaned warnings 2015-07-20 23:07:53 -07:00
U-AMR\ptillet
8879a867d8 Code Quality: fixed compilation errors on MSVC 2015-07-20 18:05:31 -07:00
Philippe Tillet
cd155cb9e3 Code quality: Improved compliance to MSVC 2015-07-21 17:18:50 -04:00
Philippe Tillet
cfa6ea812d Cleaning: Largely renamed templates to BLAS-like names 2015-07-11 11:21:15 -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
8f19d2a69c C++/clBLAS: Bugfix in GEMM 2015-06-27 13:54:26 -04:00
Philippe
4cce9d3efd C: More clBLAS tests 2015-06-27 11:44:50 -04:00
Philippe Tillet
b32de3ac76 C++: More clBLAS routines 2015-06-25 08:12:16 -07:00
Philippe Tillet
9f7e34ba5d C++: Added clBLAS sGEMM ABI (still buggy) 2015-06-24 07:51:27 -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
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
278109eef8 C++: Now using standard C++ types instead of stdint 2015-05-04 21:23:05 -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
cf5028d55b Squashed feature branch:
* Added CUDA support
 * Performance improvements
 * API improvements
 * Added "depth" parameter to GEMM
 * Android cross-compilation
2015-04-29 15:52:21 -04:00
Philippe Tillet
9c68704f09 Now using a list of event instead of a single one 2015-02-08 00:56:24 -05:00
Philippe Tillet
b768e913c9 Now using events to time autotuning 2015-02-06 22:11:03 -05:00
Philippe Tillet
e214927b16 Better control flow through options 2015-02-05 04:43:50 -05:00
Philippe Tillet
bbf2f0188e Ported to C++11 2015-02-05 04:43:40 -05:00
Philippe Tillet
3a296ae3b7 Added a control flow API 2015-02-03 15:25:01 -05:00
Philippe Tillet
b404b687ee Incorporated low-level array representation to store array's parameters 2015-02-01 17:15:41 -05:00
Philippe Tillet
d29f1252ad Clearer array_expression with hopefully lower overhead.
Also removed pyc's
2015-01-31 22:01:48 -05:00
Philippe Tillet
f488274269 Fixed relational operators tests 2015-01-29 16:01:46 -05:00
Philippe Tillet
d4629ba018 Bugfix in cast and relational operators 2015-01-29 02:50:51 -05:00
Philippe Tillet
0dcf4d3617 Better exception handling, lowered CMake requirement ; blas-bench now benchmarks square matrices 2015-01-28 17:08:39 -05:00
Philippe Tillet
c37d8a2a81 Now using system CL include 2015-01-27 16:19:50 -05:00
Philippe Tillet
da9defac04 No more random order in default initialization
Added linking to MKL/CBLAS
2015-01-24 14:51:48 -05:00
Philippe Tillet
9a76be3edc Bugfix in autotuner 2015-01-21 20:08:52 -05:00
Philippe Tillet
d285bd81e0 Better value_scalar constructor 2015-01-20 21:02:24 -05:00
Philippe Tillet
e74563070a API enhancement 2015-01-20 11:17:42 -05:00
Philippe Tillet
4f73fb384f More flexibility in scalars 2015-01-19 21:29:47 -05:00
Philippe Tillet
edaa821d93 low level representation of array 2015-01-18 16:53:34 -05:00