Commit 5ebe981e authored by fengzch-das's avatar fengzch-das
Browse files

fix: undeclared identifier "FLT_MAX" in DTK2604

parent 10a9ffcd
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <algorithm> #include <algorithm>
#include <float.h>
#include "ctc_fast_divmod.cuh" #include "ctc_fast_divmod.cuh"
#include "cub/cub.cuh" #include "cub/cub.cuh"
#include "device_data_wrap.h" #include "device_data_wrap.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment