Skip to content

Commit 2efc040

Browse files
committed
gpu: intel: Update sdpa condition message
1 parent 44b3557 commit 2efc040

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/gpu/intel/ocl/micro_sdpa.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ status_t micro_sdpa_t::pd_t::init_microkernels(impl::engine_t *engine) {
155155

156156
VCONDCHECK(primitive, create, check, sdpa,
157157
(dev_info->mayiuse_microkernels()), status::unimplemented,
158-
"Microkernel version of SDPA not used because micokernel "
159-
"compilation is not supported by this version of the OpenCL "
160-
"driver.");
158+
"Microkernels not supported by the OpenCL driver.");
161159

162160
/* Retrieve pre-tuned kernel configuration */
163161
sdpa_config_t *config = nullptr;

0 commit comments

Comments
 (0)