Skip to content

Commit 11c1382

Browse files
committed
Nit change : Removed IS_DEVICE_PTR and HAS_DEVICE_ADDR from TODO.
1 parent 8014357 commit 11c1382

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/include/mlir/Dialect/OpenMP/OpenMPClauseOperands.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ using SimdLoopClauseOps =
255255
using SingleClauseOps = detail::Clauses<AllocateClauseOps, CopyprivateClauseOps,
256256
NowaitClauseOps, PrivateClauseOps>;
257257

258-
// TODO `defaultmap`, `has_device_addr`, `is_device_ptr`, `uses_allocators`
259-
// clauses.
258+
// TODO `defaultmap`, `uses_allocators` clauses.
260259
using TargetClauseOps =
261260
detail::Clauses<AllocateClauseOps, DependClauseOps, DeviceClauseOps,
262261
IfClauseOps, InReductionClauseOps, MapClauseOps,

0 commit comments

Comments
 (0)