Searched refs:max_image_h (Results 1 – 3 of 3) sorted by relevance
105 …const size_t max_image_h = CLKernelLibrary::get().get_device().getInfo<CL_DEVICE_IMAGE2D_MAX_HEIGH… in validate_image2d_support_on_rhs() local108 …aped_info.tensor_shape()[1] * tensor_reshaped_info.tensor_shape()[2] > max_image_h, "Not supported… in validate_image2d_support_on_rhs()
81 const size_t max_image_h = device.getInfo<CL_DEVICE_IMAGE2D_MAX_HEIGHT>(); in export_to_cl_image_support() local83 if(image_w > max_image_w || image_h > max_image_h) in export_to_cl_image_support()
472 …const size_t max_image_h = CLKernelLibrary::get().get_device().getInfo<CL_DEVICE_IMAGE2D_MAX_HEIGH… in export_to_cl_image() local474 if(image_w > max_image_w || image_h > max_image_h) in export_to_cl_image()