Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
OpenCL-CTS
/
HEAD
b7e7a3e
Remove unsupported code (#1211)
by Marco Antognini
· 4 years, 10 months ago
main
8e59817
Fix conversion fail when build with -O2 fail (#1193)
by jianguang.li
· 4 years, 10 months ago
71bef85
New subgroups - full changes set (#1074)
by Grzegorz Wawiorko
· 4 years, 10 months ago
c5e4ca6
Remove unnecessary APPLE specific code (#1188)
by Marco Antognini
· 4 years, 10 months ago
baa226a
Remove compiler options that are specific to Apple (#1114)
by James Price
· 4 years, 10 months ago
5281b4c
Improve consistency of clEnqueueWriteBuffer operations (#1195)
by Marco Antognini
· 4 years, 11 months ago
upstream/v2021-03-25-00
8488d4b
Use the same kernel name for all tests (#1194)
by Marco Antognini
· 4 years, 11 months ago
ef19796
Improve log consistency (#1196)
by Marco Antognini
· 4 years, 11 months ago
dbd3e78
Do not dereference null pointer for no matching tests (#1191)
by Sven van Haastregt
· 5 years ago
6b36f64
Add tests to proposed new builtin async_copy functions with a bug fix. (#725)
by Zakaria Taha
· 5 years ago
111bb2b
Fix discrepancy in logging messages (#1189)
by Marco Antognini
· 5 years ago
da2a1bd
Remove trivially dead code (#1190)
by Marco Antognini
· 5 years ago
ee600e8
Reduce differences by using common names (#1187)
by Marco Antognini
· 5 years ago
68ee30f
Fix possible size_t overflow in 32-bit builds. (#1131)
by John Kesapides
· 5 years ago
a53917a
Move code around to reduce differences (#1185)
by Marco Antognini
· 5 years ago
a483255
Fold functions for nextafter (#1176)
by Marco Antognini
· 5 years ago
6f2cd12
Deduplicate logging of pixel differences (#1175)
by Stuart Brady
· 5 years ago
17632c9
Remove undesired conversions from size_t to int (#1180)
by Marco Antognini
· 5 years ago
afe745f
Fix typo in array size computation (#1178)
by Marco Antognini
· 5 years ago
3307ebe
fix out of boundary when strcpy (#1173)
by jianguang.li
· 5 years ago
upstream/v2021-03-05-00
e2fb655
Use C++ headers instead of C headers (#1179)
by Marco Antognini
· 5 years ago
9a481c6
Split math_brute_force files (#1169)
by Marco Antognini
· 5 years ago
66eb912
ci: move code format check out of the main job/script (#1154)
by Kévin Petit
· 5 years ago
84d70e2
Fix incorrect use of kernel parameter (#1168)
by Marco Antognini
· 5 years ago
8b5d3c2
Fix buffer tests memory leaks (#1165)
by Sebastian Łużyński
· 5 years ago
fc67d7b
Move media_sharing tests to test_conformance/extensions/ (#1164)
by Kévin Petit
· 5 years ago
70b2492
Regroup vtbl definitions to one translation unit (#1167)
by Marco Antognini
· 5 years ago
7181bcd
Rename files for consistency (#1166)
by Marco Antognini
· 5 years ago
c67aa05
Fix Minor memory leaks in test_buffer/compiler. (#1160)
by John Kesapides
· 5 years ago
5d2a4bc
Reduce difference between files (#1155)
by Marco Antognini
· 5 years ago
901f4db
Fix compilation error in rtz mode detection (#1163)
by doe300
· 5 years ago
b398f8c
Fix typo in error handling (#1152)
by Marco Antognini
· 5 years ago
5d7be40
Remove undesired conversions from size_t to int (#1153)
by Marco Antognini
· 5 years ago
87a1525
NFC: clang-format test_basic_parameter_types.cpp (#1151)
by Sven van Haastregt
· 5 years ago
8ad1088
Reduce difference between files in math_brute_force (#1138)
by Marco Antognini
· 5 years ago
f6b5013
Implement Negative Test for Platform Layer Functions (#1076)
by Chetan Mistry
· 5 years ago
3719a01
api: Fix testing of local memory size requirement (#1112)
by Pierre Moreau
· 5 years ago
b67f6bb
Fix command line interface for math_brute_force (#1145)
by Marco Antognini
· 5 years ago
fad6a00
Fix test_vector_swizzle possible overwrite of padding of 3-element vectors (#1124)
by Stephen Clarke
· 5 years ago
2164558
Change arg type to unsigned int from signed int (#1078)
by Grzegorz Wawiorko
· 5 years ago
ca673af
First steps in tidying image/kernel_read_write tests (#1121)
by ellnor01
· 5 years ago
4abea6f
Fix literal integer types for atomics tests (#1059)
by Stephen
· 5 years ago
upstream/v2021-02-01-00
545e4d0
Make functions local to translation unit (#1125)
by Marco Antognini
· 5 years ago
eb2287c
Remove unnecessary scope (#1126)
by Marco Antognini
· 5 years ago
bfca863
Handle NULL hostptr in conformance image tests (#1087)
by Nikhil Joshi
· 5 years ago
5930853
Minor fixes for clCopyImage. (#1130)
by John Kesapides
· 5 years ago
c587b45
Minor fixes for CL_ARGB channel order. (#1128)
by John Kesapides
· 5 years ago
31fafb0
Install generate_spirv_offline.py script (#1109)
by Stuart Brady
· 5 years ago
f337e0b
Fix command-line function range for bruteforce (#1127)
by Nikhil Joshi
· 5 years ago
bf883dc
Fix compilation issues for conforming_version.cpp (#1113)
by ellnor01
· 5 years ago
0130c24
Fix malloc-size calculation in test imagedim (#1100)
by Nikhil Joshi
· 5 years ago
be93630
Remove dead code in math_brute_force (#1117)
by Marco Antognini
· 5 years ago
af6d55d
Use delete[] to deallocate after new[] (#1107)
by James Price
· 5 years ago
0d74b3f
Test api fix - sampler properties is 0 in compatibility mode (#1106)
by Grzegorz Wawiorko
· 5 years ago
03a0989
Use std::vector for format lists in images suite (#1105)
by James Price
· 5 years ago
0b6fbd1
Use glFinish to replace glFlush (#1102)
by AlexBinXie
· 5 years ago
e5f8924
Apply clang-format on math_brute_force (#1104)
by Marco Antognini
· 5 years ago
ffa75c3
Test cl_ext_cxx_for_opencl (#1095)
by Anastasia Stulova
· 5 years ago
901f5fc
Fix samplerlessReads read_write (#329) (#1016)
by james-morrissey-arm
· 5 years ago
2597027
Use highest OpenCL C version (#1081)
by Grzegorz Wawiorko
· 5 years ago
f02cbad
Fix scope of clEventWrapper declarations (#1099)
by James Price
· 5 years ago
24e6a91
Use the right flags when creating images (#328) (#1015)
by james-morrissey-arm
· 5 years ago
18c54be
Validate CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED (#1086)
by ellnor01
· 5 years ago
904fb41
Restored the embedded reduction factor to bruteforce. (#1052)
by Jeremy Kemp
· 5 years ago
25d9ff5
Using helper functions for clCreateKernel (#1064)
by ellnor01
· 5 years ago
85bae70
Fix Context Leak in api:clone_kernel (#1090)
by Chetan Mistry
· 5 years ago
1cd9d08
Fix implicit int->float warning inside kernel (#1093)
by James Price
· 5 years ago
42d58be
Use clang-format-9 binary in Github Actions (#1088)
by ellnor01
· 5 years ago
5f869e1
Move TEST_SKIPPED_ITSELF to test_status in testHarness (#1089)
by Chetan Mistry
· 5 years ago
72998af
Making object queries tests exhaustive (#1008)
by ellnor01
· 5 years ago
3615c4e
Use memcmp for select verification. (#1084)
by Jeremy Kemp
· 5 years ago
cd99c87
Reduce number of compilations in buffer suite (#1082)
by ellnor01
· 5 years ago
b34ac10
Correct test_consistency_svm (#1071)
by Filip @ Intel
· 5 years ago
5ae5e7a
Remove imageSupportRequired parameter to runTestHarness (#1077)
by ellnor01
· 5 years ago
b7adaa5
Add more relaxed math conformance tests (#1079)
by alan-baker
· 5 years ago
ff9676f
Fix build_with_il on devices older than 2.1 (#1065)
by James Price
· 5 years ago
827dffb
Fix support verification for read write images (#1072)
by Grzegorz Wawiorko
· 5 years ago
5bd85b7
Fix write-only image tests in kernel_image_methods (#330) (#1014)
by james-morrissey-arm
· 5 years ago
upstream/v2020-11-23-00
993447a
Remove code under USE_LOCAL_WORK_GROUP (#1063)
by ellnor01
· 5 years ago
f84fcb0
Fix aliasing issue for test_half (#45) (#1004)
by julienhascoet
· 5 years ago
05d5331
Remove unused code in samplerlessReads (#1051)
by Radek Szymanski
· 5 years ago
956d9a0
Remove unused code in kernel_read_write (#1050)
by Radek Szymanski
· 5 years ago
bf3d3fe
Remove unused code in kernel_image_methods (#1048)
by Radek Szymanski
· 5 years ago
f22e3a3
Fixes for kernel private memory size test (#1053)
by James Price
· 5 years ago
657456f
Implement test for CL_KERNEL_PRIVATE_MEM_SIZE (#459) (#1013)
by Chetan Mistry
· 5 years ago
16ddfbb
gles: Fix compile errors. (#976)
by Sreelakshmi Haridas Maruthur
· 5 years ago
63f01be
Reimplement buffer tests (#1007)
by ellnor01
· 5 years ago
e8c55e5
Skip `features_macro` Test in Offline Mode (#1034)
by Jack Frankland
· 5 years ago
8fa24b8
Change arg type to unsigned int from signed int (#1031)
by Grzegorz Wawiorko
· 5 years ago
83cc521
Remove unused code in clFillImage (#1036)
by Radek Szymanski
· 5 years ago
51d2e50
Remove unused code in clGetInfo (#1038)
by Radek Szymanski
· 5 years ago
e31e3a6
Remove unused code in clReadWriteImage (#1043)
by Radek Szymanski
· 5 years ago
c8163e9
Fix a few typos and remove unused code (#1041)
by Kévin Petit
· 5 years ago
46fead4
Replace Travis CI with Github Actions (#1047)
by Kévin Petit
· 5 years ago
0e67969
Fix build warning/error introduced by 8d443029 (#1042)
by Kévin Petit
· 5 years ago
12fce84
Minor refactoring of CL_PROGRAM_SOURCE tests (#1032)
by Stuart Brady
· 5 years ago
ac05575
[api][test_zero_sized_enqueue] Add CL_SUBMITTED check for waiting status (#1012)
by Yilong Guo
· 5 years ago
c55ab4f
Remove unused code in clCopyImage (#1027)
by Radek Szymanski
· 5 years ago
4e2d4c3
Remove uninitialised input buffer from test_zero_sized_enqueue (#952)
by David Avedissian
· 5 years ago
8894e7f
Add memory_scope_all_devices testing (#999)
by Alastair Murray
· 5 years ago
Next »