MCPcopy Create free account
hub / github.com/ROCm/rocPRIM / operator!=

Method operator!=

test/rocprim/test_device_partition.cpp:989–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987 return current_index_ == rhs.current_index_;
988 }
989 ROCPRIM_HOST_DEVICE bool operator!=(const check_modulo_iterator& rhs) const
990 {
991 return !(*this == rhs);
992 }
993 ROCPRIM_HOST_DEVICE reference operator*()
994 {
995 return value_type(current_index_, modulo_, size_, incorrect_flag_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected