"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "14f396d0b784e46491e5a4500fc6f1782ec3d00a"
Unverified Commit b1ec112e authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

Fix compile error on ubuntu22.04_g++11.3.0 (#5434)

parent 1313067e
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#include <cuda_runtime.h> #include <cuda_runtime.h>
#include <cassert> #include <cassert>
#include <cstdint>
#include <cstdio>
#include "bf16.cuh" #include "bf16.cuh"
#include "fp16.cuh" #include "fp16.cuh"
......
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