Philippe Tillet
0f0946b7a7
CMake: Now converting JSon to source with EOG / Warnings fix on GCC
2015-08-06 17:54:04 -07:00
Philippe Tillet
a730e11148
Models: Now initialize with preset if existing
2015-08-06 16:39:48 -07:00
Philippe Tillet
e4ff883688
Code quality: Cleaned a bit file hierarchy in kernel templates
2015-08-06 16:14:33 -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
df9f6142ef
Models: added basic database structure
2015-08-05 17:01:42 -07:00
Philippe Tillet
ebab87af61
Code quality: everything now compiles without warnings on MSVC
2015-08-05 13:01:20 -07:00
Philippe Tillet
ef14e3aa17
Code quality: more MSVD warnings removal
2015-08-05 12:47:20 -07:00
Philippe Tillet
35b2550665
Code quality: safer getenv on windows
2015-08-05 11:16:14 -07:00
Philippe Tillet
f506ee5e1b
Merge: reverted python/setup.py
2015-08-05 10:28:32 -07:00
Philippe Tillet
f82b954614
Code quality: Added possibility to pinpoint MSVC warnings C4251, C4275
2015-08-05 10:10:43 -07:00
Philippe Tillet
f4c597b294
Code quality: fixed compilation errors/warnings with Clang
2015-08-05 09:26:50 -07:00
Philippe Tillet
1a42494411
Code quality: renamed "backend/" folder to "kernels". More explicit and no longer conflicts with "driver/"
2015-08-04 20:56:05 -07:00
Philippe Tillet
dd61041df4
Driver: moved ProgramCache to a separate file
2015-08-04 11:11:38 -07:00
Philippe Tillet
9ef5331a1b
Models: more robust programs caching
2015-08-04 10:53:39 -07:00
Philippe Tillet
d88ff6b39b
Driver: dirty fix of programs caching with auto-tuner
2015-08-04 00:53: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
a8b8c684e3
Tinkering with python wrapper
2015-08-03 11:13:31 -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
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
d3f82e535f
C interface: now flushing after clBLAS calls
2015-07-30 13:54:41 -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
48ee0b548c
Driver: Fixed minor issues
2015-07-28 13:44:53 -07:00
Philippe Tillet
89ee015f7f
General: Bugfixes here and there
2015-07-27 11:37:19 -07:00
Philippe Tillet
0ef6654c5f
Code quality: removed dependencies on the C++ OpenCL wrapper
2015-07-26 10:05:16 -07:00
Philippe Tillet
1cec0a9183
GEMM: Safer bounds checking for K
2015-07-22 17:47:02 -07:00
Philippe Tillet
1fa2ae648f
Code Quality: Improved MSVC build
2015-07-21 16:50:07 -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
cbe930398e
Code quality: Cleaned directory folder, variable names and mingw compliance
2015-07-21 13:29:23 -04:00
Philippe Tillet
1e3c853b58
GEMM: Incorporated K bounds checking inside kernel
2015-07-16 14:25:32 -04:00
Philippe Tillet
2f106a9186
GEMM: Improved performance for cases other than NT
2015-07-10 21:15:36 -07:00
Philippe Tillet
84e47b871b
Tests: Now using prime-numbered sizes for GEMM
2015-07-11 12:19:14 -04:00
Philippe Tillet
cfa6ea812d
Cleaning: Largely renamed templates to BLAS-like names
2015-07-11 11:21:15 -04:00
Philippe Tillet
e25dcf97ea
Bugfix in SIMD handling for other layouts
2015-07-10 16:05:28 -04:00
Philippe Tillet
347f4025f2
Cleaned up GEMM
2015-07-09 15:03:55 -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
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
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
0bead2d164
Python: Fixed missing space in setup.py
2015-06-24 16:50:50 -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