Re: [Beignet] [PATCH] Utests: use clGetExtensionFunctionAddressForPlatform

2016-10-10 Thread Yang, Rong R
age- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf Of > Rebecca N. Palmer > Sent: Saturday, October 8, 2016 21:26 > To: beignet@lists.freedesktop.org > Subject: [Beignet] [PATCH] Utests: use > clGetExtensionFunctionAddressForPlatform > > This is requ

[Beignet] [PATCH] Utests: use clGetExtensionFunctionAddressForPlatform

2016-10-08 Thread Rebecca N. Palmer
This is required to find KHR extensions via ICD, as the loader needs to know which ICD to send the request to. If the function is not found, fail the test instead of crashing. --- utests/utest_helper.cpp | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git