Skip to content

Commit

Permalink
Make rmm::cuda_stream_default constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Nov 2, 2020
1 parent ae915ea commit e0cf614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rmm/cuda_stream_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class cuda_stream_view {
/**
* @brief Static cuda_stream_view of the default stream (stream 0), for convenience
*/
static cuda_stream_view cuda_stream_default{};
static constexpr cuda_stream_view cuda_stream_default{};

/**
* @brief Static cuda_stream_view of cudaStreamLegacy, for convenience
Expand Down

0 comments on commit e0cf614

Please sign in to comment.