Skip to content

Commit

Permalink
Fix CI issues (#676)
Browse files Browse the repository at this point in the history
This definition causes problems with newer CCCL versions. As we don't actually use it ourselves, go ahead and drop it to fix CI

Authors:
  - https://github.com/jakirkham

Approvers:
  - Gregory Lee (https://github.com/grlee77)

URL: #676
  • Loading branch information
jakirkham authored Jan 22, 2024
1 parent 5aae7cd commit b4827f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def _call_kernel(
template<> struct std::is_floating_point<float16> : std::true_type {};
template<> struct std::is_signed<float16> : std::true_type {};
template<class T> struct std::is_signed<complex<T>> : std::is_signed<T> {};
"""


Expand Down

0 comments on commit b4827f7

Please sign in to comment.