MCPcopy Create free account
hub / github.com/NVIDIA/DALI / alignment_offset

Function alignment_offset

include/dali/core/util.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87template <typename Value, typename Alignment>
88DALI_HOST_DEV
89constexpr Value alignment_offset(Value v, Alignment a) {
90 return v & (a - 1);
91}
92
93template <typename Value, typename Alignment>
94DALI_HOST_DEV

Callers 2

SlicePermuteHelperFunction · 0.85
GetODirectEnvValsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected