Skip to content

Commit a6d7e12

Browse files
jbrodmanbader
authored andcommitted
[SYCL][Doc][USM] Update doc to reflect API (#671)
Missed an update to the doc from pointer to reference Signed-off-by: James Brodman <james.brodman@intel.com>
1 parent 93ab97e commit a6d7e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/USM/USM.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public:
144144
};
145145
146146
usm_allocator();
147-
usm_allocator(const context *ctxt, const device *dev);
147+
usm_allocator(const context &ctxt, const device &dev);
148148
usm_allocator(const usm_allocator &other);
149149
150150
// Construct an object

0 commit comments

Comments
 (0)