Home
last modified time | relevance | path

Searched defs:AllowUnsafeHalf (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/
H A DDriverInfoOCL.hpp19 bool AllowUnsafeHalf() const override { return false; } in AllowUnsafeHalf() function in TC::CDriverInfoOCLCommon
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DDriverInfo.hpp109 virtual bool AllowUnsafeHalf() const { return true; } in AllowUnsafeHalf() function in IGC::CDriverInfo