Commit a8914127 authored by sxtyzhangzk's avatar sxtyzhangzk
Browse files

[major] fix M_LOG2E missing on Windows

parent 1fe94628
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
#include "philox.cuh" #include "philox.cuh"
#include "utils.h" #include "utils.h"
#ifndef M_LOG2E
#define M_LOG2E 1.4426950408889634074
#endif
namespace flash { namespace flash {
using namespace cute; using namespace cute;
......
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