Skip to content

Commit

Permalink
Mark floor as inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 2, 2024
1 parent a6e8dc0 commit 32b7aea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion enzyme/Enzyme/ActivityAnalysis.cpp
Original file line number Diff line number Diff line change
@@ -287,7 +287,10 @@ const StringSet<> KnownInactiveFunctions = {
"cuMemPoolGetAttribute",
"cuMemGetInfo_v2",
"cuDeviceGetAttribute",
"cuDevicePrimaryCtxRetain"
"cuDevicePrimaryCtxRetain",
"floor",
"floorf",
"floorl"
};

const std::set<Intrinsic::ID> KnownInactiveIntrinsics = {

0 comments on commit 32b7aea

Please sign in to comment.