mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Check that it's possible to forward declare the hlaf type.
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
#include <Eigen/src/Core/arch/CUDA/Half.h>
|
||||
|
||||
// Make sure it's possible to forward declare Eigen::half
|
||||
namespace Eigen {
|
||||
struct half;
|
||||
}
|
||||
|
||||
using Eigen::half;
|
||||
|
||||
void test_conversion()
|
||||
|
||||
Reference in New Issue
Block a user