]> git.pld-linux.org Git - packages/beignet.git/blame - llvm-3.8.patch
patch to fix test failure on LLVM 3.8+
[packages/beignet.git] / llvm-3.8.patch
CommitLineData
c84dfa09
JK
1From 8e119eb32e01066c23c3d96bd2b42032e03f7628 Mon Sep 17 00:00:00 2001
2From: Yang Rong <rong.r.yang@intel.com>
3Date: Thu, 13 Apr 2017 19:32:51 +0800
4Subject: utest: fix image qualifier of compiler_fill_gl_image test.
5
6After clang check the image qualifier, can't use default qualifier
7to write_image.
8
9Signed-off-by: Yang Rong <rong.r.yang@intel.com>
10Reviewed-by: Pan Xiuli <xiuli.pan@intel.com>
11
12diff --git a/kernels/test_fill_gl_image.cl b/kernels/test_fill_gl_image.cl
13index 4250a57..7b5dce7 100644
14--- a/kernels/test_fill_gl_image.cl
15+++ b/kernels/test_fill_gl_image.cl
16@@ -1,5 +1,5 @@
17 __kernel void
18-test_fill_gl_image(image2d_t img, int color)
19+test_fill_gl_image(write_only image2d_t img, int color)
20 {
21 int2 coord;
22 float4 color_v4;
23--
24cgit v0.10.2
25
This page took 0.11249 seconds and 4 git commands to generate.