Benoit Steiner
|
3585ff585e
|
Silenced a compilation warning
|
2016-05-25 22:09:19 -07:00 |
|
Benoit Steiner
|
efeb89dcdb
|
Specify the rounding mode in the correct location
|
2016-05-25 17:53:24 -07:00 |
|
Benoit Steiner
|
0322c66a3f
|
Explicitly specify the rounding mode when converting floats to fp16
|
2016-05-25 15:56:15 -07:00 |
|
Benoit Steiner
|
ed783872ab
|
Disable the use of MMX instructions on x86_64 since too many compilers only support them in 32bit mode
|
2016-05-25 08:27:26 -07:00 |
|
Gael Guennebaud
|
bbf9109e25
|
Fix compilation with ICC.
|
2016-05-25 10:00:55 +02:00 |
|
Benoit Steiner
|
d041a528da
|
Cleaned up the fp16 code a little more
|
2016-05-24 22:43:26 -07:00 |
|
Benoit Steiner
|
ff4a289572
|
Cleaned up the fp16 code
|
2016-05-24 18:50:09 -07:00 |
|
Benoit Jacob
|
40a16282c7
|
Remove now-unused protate PacketMath func
|
2016-05-24 11:01:18 -04:00 |
|
Benoit Steiner
|
e617711306
|
Don't attempt to use MMX instructions with visualstudio since they're only partially supported.
|
2016-05-24 06:43:58 -07:00 |
|
Benoit Steiner
|
334e76537f
|
Worked around missing clang intrinsic
|
2016-05-24 00:29:28 -07:00 |
|
Benoit Steiner
|
b517ab349b
|
Use the generic ploadquad intrinsics since it does the job
|
2016-05-24 00:11:17 -07:00 |
|
Benoit Steiner
|
646872cb3b
|
Worked around missing clang intrinsics
|
2016-05-24 00:07:08 -07:00 |
|
Benoit Steiner
|
3dfc391a61
|
Added missing EIGEN_DEVICE_FUNC qualifier
|
2016-05-23 20:56:59 -07:00 |
|
Benoit Steiner
|
33a94f5dc7
|
Use the Index type instead of integers to specify the strides in pgather/pscatter
|
2016-05-23 20:37:30 -07:00 |
|
Benoit Steiner
|
6bc684ab6a
|
Added missing alignment in the fp16 packet traits
|
2016-05-23 20:32:30 -07:00 |
|
Benoit Steiner
|
283e33dea4
|
ptranspose is not a template.
|
2016-05-23 19:55:55 -07:00 |
|
Benoit Steiner
|
5ba0ebe7c9
|
Avoid unnecessary float to double conversion.
|
2016-05-23 17:14:31 -07:00 |
|
Benoit Steiner
|
7d980d74e5
|
Started to vectorize the processing of 16bit floats on CPU.
|
2016-05-23 15:21:40 -07:00 |
|
Christoph Hertzberg
|
88654762da
|
Replace multiple constructors of half-type by a generic/templated constructor. This fixes an incompatibility with long double, exposed by the previous commit.
|
2016-05-23 10:03:03 +02:00 |
|
Gael Guennebaud
|
1395056fc0
|
Make EIGEN_HAS_C99_MATH user configurable
|
2016-05-20 14:58:19 +02:00 |
|
Benoit Steiner
|
fae0493f98
|
Fixed a couple of bugs related to the Pascalfamily of GPUs
H: Enter commit message. Lines beginning with 'HG:' are removed.
|
2016-05-11 23:02:26 -07:00 |
|
Benoit Steiner
|
b6a517c47d
|
Added the ability to load fp16 using the texture path.
Improved the performance of some reductions on fp16
|
2016-05-11 21:26:48 -07:00 |
|
Benoit Steiner
|
518149e868
|
Misc fixes for fp16
|
2016-05-11 20:11:14 -07:00 |
|
Benoit Steiner
|
56a1757d74
|
Made predux_min and predux_max on fp16 less noisy
|
2016-05-11 17:37:34 -07:00 |
|
Benoit Steiner
|
9091351dbe
|
__ldg is only available with cuda architectures >= 3.5
|
2016-05-11 15:22:13 -07:00 |
|
Benoit Steiner
|
02f76dae2d
|
Fixed a typo
|
2016-05-11 15:08:38 -07:00 |
|
Benoit Steiner
|
70195a5ff7
|
Added missing EIGEN_DEVICE_FUNC
|
2016-05-11 14:10:09 -07:00 |
|
Benoit Steiner
|
09a19c33a8
|
Added missing EIGEN_DEVICE_FUNC qualifiers
|
2016-05-11 14:07:43 -07:00 |
|
Benoit Steiner
|
0b9e3dcd06
|
Added packet primitives to compute exp, log, sqrt and rsqrt on fp16. This improves the performance by 10 to 30%.
|
2016-05-10 11:05:33 -07:00 |
|
Benoit Steiner
|
8adf5cc70f
|
Added support for packet processing of fp16 on kepler and maxwell gpus
|
2016-05-06 19:16:43 -07:00 |
|
Benoit Steiner
|
0451940fa4
|
Relaxed the dummy precision for fp16
|
2016-05-05 15:40:01 -07:00 |
|
Benoit Steiner
|
4c05fb03a3
|
Merged eigen/eigen into default
|
2016-05-03 13:15:00 -07:00 |
|
Benoit Steiner
|
6c3e5b85bc
|
Fixed compilation error with cuda >= 7.5
|
2016-05-03 09:38:42 -07:00 |
|
Benoit Steiner
|
da50419df8
|
Made a cast explicit
|
2016-05-02 19:50:22 -07:00 |
|
Benoit Steiner
|
2b890ae618
|
Fixed compilation errors generated by clang
|
2016-04-29 18:30:40 -07:00 |
|
Benoit Steiner
|
07a247dcf4
|
Pulled latest updates from upstream
|
2016-04-29 13:41:26 -07:00 |
|
Benoit Steiner
|
fa5a8f055a
|
Implemented palign_impl for AVX512
|
2016-04-29 13:30:13 -07:00 |
|
Benoit Steiner
|
ef3ac9d05a
|
Fixed the AVX512 packet traits
|
2016-04-29 13:28:36 -07:00 |
|
Benoit Steiner
|
d7b75e8d86
|
Added pdiv packet primitives for avx512
|
2016-04-29 13:26:47 -07:00 |
|
Benoit Steiner
|
5e89ded685
|
Implemented preduxp for AVX512
|
2016-04-29 13:00:33 -07:00 |
|
Benoit Steiner
|
5f85662ad8
|
Implemented the pabs and preverse primitives for avx512.
|
2016-04-29 12:53:34 -07:00 |
|
Benoit Steiner
|
d37ee89ca8
|
Disabled some of the AVX512 primitives on compilers that don't support them
|
2016-04-29 12:50:29 -07:00 |
|
Konstantinos Margaritis
|
87294c84a6
|
define Packet2d constants with VSX only
|
2016-04-28 14:39:56 -03:00 |
|
Konstantinos Margaritis
|
6ed7a7281c
|
remove accidentally pasted code
|
2016-04-28 14:35:55 -03:00 |
|
Konstantinos Margaritis
|
62f9093b31
|
improve state of MathFunctions as well
|
2016-04-28 14:33:09 -03:00 |
|
Konstantinos Margaritis
|
8ed26120c8
|
bring Altivec/VSX to a better state, implement some of the missing functions
|
2016-04-28 14:32:42 -03:00 |
|
Konstantinos Margaritis
|
950158f6d1
|
add name to copyrights
|
2016-04-28 14:32:11 -03:00 |
|
Konstantinos Margaritis
|
ee0459300b
|
minor fix, add to copyright
|
2016-04-28 14:31:21 -03:00 |
|
Benoit Steiner
|
c61170e87d
|
fpclassify isn't portable enough. In particular, the return values of the function are not available on all the platforms Eigen supportes: remove it from Eigen.
|
2016-04-27 14:22:20 -07:00 |
|
Benoit Steiner
|
25141b69d4
|
Improved support for min and max on 16 bit floats when running on recent cuda gpus
|
2016-04-27 12:57:21 -07:00 |
|