Skip to content

Commit f690794

Browse files
committed
fixup
1 parent 28ba1a2 commit f690794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/include/sycl/ext/intel/experimental/host_pipes.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class
8989

9090
#ifdef __SYCL_DEVICE_ONLY__
9191
static constexpr struct ConstantPipeStorage m_Storage = {m_Size, m_Alignment,
92-
min_capacity};
92+
min_cap};
9393
#endif // __SYCL_DEVICE_ONLY__
9494
};
9595

sycl/source/detail/program_manager/program_manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class ProgramManager {
201201
// The function gets a host_pipe entry identified by the pointer to the
202202
// host_pipe object from the host_pipe map.
203203
HostPipeMapEntry *getHostPipeEntry(const void *HostPipePtr);
204-
204+
205205
// The function returns a vector of SYCL device images that are compiled with
206206
// the required state and at least one device from the passed list of devices.
207207
std::vector<device_image_plain> getSYCLDeviceImagesWithCompatibleState(

0 commit comments

Comments
 (0)