We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950084e commit 4a3e3d4Copy full SHA for 4a3e3d4
sycl/include/CL/sycl/properties/buffer_properties.hpp
@@ -44,10 +44,10 @@ class mem_channel : public detail::PropertyWithData<
44
detail::PropWithDataKind::BufferMemChannel> {
45
public:
46
mem_channel(cl_uint Channel) : m_Channel(Channel) {}
47
- cl_uint get_channel() const { return m_Channel; }
+ uint32_t get_channel() const { return m_Channel; }
48
49
private:
50
- cl_uint m_Channel;
+ uint32_t m_Channel;
51
};
52
53
} // namespace buffer
0 commit comments