Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of half to Core/arch/Default and move arch-specific packet ops to their respective sub-directories.

This commit is contained in:
Rasmus Munk Larsen
2019-08-27 11:30:31 -07:00
parent 84fefdf321
commit b021cdea6d
13 changed files with 1805 additions and 1812 deletions

View File

@@ -9,7 +9,7 @@
#include "main.h"
#include <Eigen/src/Core/arch/GPU/Half.h>
#include <Eigen/src/Core/arch/Default/Half.h>
// Make sure it's possible to forward declare Eigen::half
namespace Eigen {