beignet
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Beignet] [PATCH 3/5] standalone utest for unified OpenCL implementation.
xionghu . luo
[Beignet] [PATCH v2 1/3] add sanity check for Image Region in runtime.
xionghu . luo
[Beignet] [PATCH v2 2/3] standalone utest for unified OpenCL implementation.
xionghu . luo
[Beignet] [PATCH v2 3/3] fix utest failures on VPG code.
xionghu . luo
[Beignet] [PATCH OCL20] Backend: Refine workgroup all with SIMD_ALL algorithm
Xiuli Pan
[Beignet] [PATCH 1/3] add sanity check for Image Region in runtime.
xionghu . luo
[Beignet] [PATCH 3/3] fix utest failures on VPG code.
xionghu . luo
[Beignet] [PATCH 2/3] standalone utest for unified OpenCL implementation.
xionghu . luo
[Beignet] [PATCH] Flush kernel source dump stream
Zhenyu Wang
Re: [Beignet] [PATCH] Flush kernel source dump stream
Yang, Rong R
[Beignet] [PATCH] Debug: Correct function type is being lost att LLVM backend
Grigore Lupescu
[Beignet] [PATCH V2 01/17] Backend: Workgroup reduce redesign using shared local memory
Grigore Lupescu
[Beignet] [PATCH V2 02/17] Backend: Support for workgroup op predicate, scan inclusive/exclusive
Grigore Lupescu
[Beignet] [PATCH V2 03/17] Backend: Initial support for long/ulong types in workgroup ops
Grigore Lupescu
[Beignet] [PATCH V2 04/17] Backend: Fix barrier placement in workgroup functions
Grigore Lupescu
[Beignet] [PATCH V2 05/17] Backend: Workgroup scan cmp qword, workaround for execution width 16
Grigore Lupescu
[Beignet] [PATCH V2 07/17] Backend: Fix workgroup op masked elements by proper init value
Grigore Lupescu
[Beignet] [PATCH V2 06/17] Backend: Fix workgroup broadcast, support for qword
Grigore Lupescu
[Beignet] [PATCH V2 08/17] Backend: Code refactoring, additional comments on implementation
Grigore Lupescu
[Beignet] [PATCH V2 09/17] Backend: Fix workgroup barrier call in gen context
Grigore Lupescu
[Beignet] [PATCH V2 10/17] Backend: Fix workgroup float max init value
Grigore Lupescu
[Beignet] [PATCH V2 15/17] Utest: Add workgroup broadcast tests
Grigore Lupescu
Re: [Beignet] [PATCH V2 15/17] Utest: Add workgroup broadcast tests
Xiuli Pan
[Beignet] [PATCH V2] Utest: Fix broadcast long input type
grigore . lupescu
[Beignet] [PATCH V2 13/17] Utest: Add workgroup scan inclusive tests
Grigore Lupescu
[Beignet] [PATCH V2 12/17] Utest: Add workgroup scan exclusive tests
Grigore Lupescu
Re: [Beignet] [PATCH V2 12/17] Utest: Add workgroup scan exclusive tests
Xiuli Pan
[Beignet] [PATCH V2] Utest: Fix scan exclusive limits in float types
grigore . lupescu
Re: [Beignet] [PATCH V2 12/17] Utest: Add workgroup scan exclusive tests
Xiuli Pan
[Beignet] [PATCH V2] Utest: Remove scan exclusive tests of char/short
grigore . lupescu
[Beignet] [PATCH V2 14/17] Utest: Add workgroup all/any tests
Grigore Lupescu
[Beignet] [PATCH V2] Utest: Add result error tolerance for float data types
grigore . lupescu
Re: [Beignet] [PATCH V2] Utest: Add result error tolerance for float data types
Yang, Rong R
[Beignet] [PATCH V2 17/17] Benchmark: Add performance tests for workgroup broadcast
Grigore Lupescu
[Beignet] [PATCH V2 16/17] Benchmark: Add performance tests for workgroup reduce/scan functions
Grigore Lupescu
[Beignet] [PATCH V2 11/17] Utest: Add workgroup reduce tests
Grigore Lupescu
[Beignet] [PATCH 1/5] GBE: Fix a typo in RelocTable
Ruiling Song
[Beignet] [PATCH 3/5] GBE: imm64 should not be in src1 per hardware spec.
Ruiling Song
Re: [Beignet] [PATCH 3/5] GBE: imm64 should not be in src1 per hardware spec.
Pan, Xiuli
[Beignet] [PATCH 2/5] runtime: prog->global_data may get 64bit address
Ruiling Song
[Beignet] [PATCH 4/5] GBE: handle ConstantExpr in program-scope variable handling.
Ruiling Song
[Beignet] [PATCH 5/5] GBE: Refine program scope variable logic.
Ruiling Song
[Beignet] [PATCH] runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE
Ruiling Song
Re: [Beignet] [PATCH] runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE
Pan, Xiuli
Re: [Beignet] [PATCH] runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE
Pan, Xiuli
Re: [Beignet] [PATCH] runtime: handle PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE
Yang, Rong R
[Beignet] [PATCH V2] GBE: add ocl 2.0 work_group_barrier support.
Ruiling Song
Re: [Beignet] [PATCH V2] GBE: add ocl 2.0 work_group_barrier support.
Pan, Xiuli
Re: [Beignet] [PATCH V2] GBE: add ocl 2.0 work_group_barrier support.
Yang, Rong R
[Beignet] [PATCH OCL20] Runtime: Add new param_name to clGetProgramBuildInfo
Xiuli Pan
Re: [Beignet] [PATCH OCL20] Runtime: Add new param_name to clGetProgramBuildInfo
Song, Ruiling
[Beignet] [PATCH] Utest: Add utest load spir for spir64
Xiuli Pan
[Beignet] [PATCH 1/7] GBE: Fix type mismatch bug.
Ruiling Song
[Beignet] [PATCH 5/7] GBE: don't try to erase a llvm:Constant.
Ruiling Song
[Beignet] [PATCH 6/7] GBE: the dst grf should use same width as source register
Ruiling Song
[Beignet] [PATCH 4/7] GBE: Fix bug when unspill a long type value from scratch.
Ruiling Song
[Beignet] [PATCH 3/7] GBE: add ocl 2.0 work_group_barrier support.
Ruiling Song
Re: [Beignet] [PATCH 3/7] GBE: add ocl 2.0 work_group_barrier support.
Xiuli Pan
Re: [Beignet] [PATCH 3/7] GBE: add ocl 2.0 work_group_barrier support.
Song, Ruiling
[Beignet] [PATCH 7/7] GBE: retype double register to long type when do spilling.
Ruiling Song
[Beignet] [PATCH 2/7] GBE: Fix SEL.bool issue.
Ruiling Song
Re: [Beignet] [PATCH 1/7] GBE: Fix type mismatch bug.
Song, Ruiling
[Beignet] [PATCH] Runtime: Add SKL device id for new SKL device
Xiuli Pan
Re: [Beignet] [PATCH] Runtime: Add SKL device id for new SKL device
Yang, Rong R
[Beignet] [PATCH 10/10] Backend: Initial support for long/ulong types in workgroup ops
grigore . lupescu
[Beignet] [PATCH] Backend: Fix barrier placement in workgroup reduce/scan
grigore . lupescu
[Beignet] [PATCH 2/3] Backend: Workgroup functions no check for src until fix on wellFormed
grigore . lupescu
[Beignet] [PATCH 3/3] Backend: Workgroup scan cmp on QW, workaround for width 16
grigore . lupescu
[Beignet] [PATCH 2/2] Backend: Fix workgroup broadcast, add initial support qword
Grigore Lupescu
[Beignet] [PATCH] Backend: Fix workgroup broadcast on QWORD, 1D works
Grigore Lupescu
[Beignet] [PATCH 1/2] Utest: Add workgroup broadcast tests
Grigore Lupescu
[Beignet] [PATCH 1/3] Benchmark: Fix benchmark kernel of workgroup, function input
grigore . lupescu
[Beignet] [PATCH 09/10] Backend: Full support workgroup reduce, scan inc/exc on DWORD and bellow datatypes
grigore . lupescu
Re: [Beignet] [PATCH 09/10] Backend: Full support workgroup reduce, scan inc/exc on DWORD and bellow datatypes
Xiuli Pan
[Beignet] [PATCH] Backend: Fix workgroup all operation by selective mask
Grigore Lupescu
[Beignet] [PATCH] Backend: Fix workgroup op masked elements by proper init value
Grigore Lupescu
[Beignet] [PATCH 04/10] Utest: Add workgroup scan exclusive tests
grigore . lupescu
[Beignet] [PATCH 06/10] Backend: Workgroup reduce optimization using SLM
grigore . lupescu
[Beignet] [PATCH 07/10] Backend: Fix workgroup instruction format predicate
grigore . lupescu
[Beignet] [PATCH 08/10] Backend: Add new workgroup function support for predicate, scan and exclusive
grigore . lupescu
[Beignet] [PATCH 03/10] Utest: Add workgroup reduce tests
grigore . lupescu
[Beignet] [PATCH 03/10] Utest: Add workgroup reduce tests
grigore . lupescu
[Beignet] [PATCH 05/10] Utest: Add workgroup scan inclusive tests
grigore . lupescu
[Beignet] [PATCH 05/10] Utest: Add workgroup scan inclusive tests
grigore . lupescu
[Beignet] [PATCH 02/10] Utest: Add workgroup predicate tests
grigore . lupescu
[Beignet] [PATCH 01/10] Benchmark: Add performance tests for various workgroup functions
grigore . lupescu
[Beignet] Fw: Skylake support ...
Jérôme Kieffer
Re: [Beignet] Fw: Skylake support ...
Pan, Xiuli
Re: [Beignet] Fw: Skylake support ...
Jérôme Kieffer
Re: [Beignet] Fw: Skylake support ...
Pan, Xiuli
[Beignet] [PATCH] libocl: Refine return type of workitem built-in functions
Xiuli Pan
Re: [Beignet] [PATCH] libocl: Refine return type of workitem built-in functions
Yang, Rong R
[Beignet] [PATCH] Prepend std namespace to isnan and isinf calls.
Sean Lynch
Re: [Beignet] [PATCH] Prepend std namespace to isnan and isinf calls.
Pan, Xiuli
Re: [Beignet] [PATCH] Prepend std namespace to isnan and isinf calls.
Pan, Xiuli
Re: [Beignet] [PATCH] Prepend std namespace to isnan and isinf calls.
Yang, Rong R
[Beignet] clCreateFromGLTexture working?
Sean Lynch
Re: [Beignet] clCreateFromGLTexture working?
Pan, Xiuli
Re: [Beignet] clCreateFromGLTexture working?
Sean Lynch
Re: [Beignet] clCreateFromGLTexture working?
Pan, Xiuli
Re: [Beignet] clCreateFromGLTexture working?
Song, Ruiling
Re: [Beignet] clCreateFromGLTexture working?
Pan, Xiuli
[Beignet] [PATCH] Add condition checking of residuals because it may be NULL.
yan . wang
Re: [Beignet] [PATCH] Add condition checking of residuals because it may be NULL.
Weng, Chuanbo
Re: [Beignet] [PATCH] Add condition checking of residuals because it may be NULL.
Yang, Rong R
[Beignet] patch to get beignet to compile on gcc 3.5.0
Sean Lynch
Re: [Beignet] patch to get beignet to compile on gcc 3.5.0
Pan, Xiuli
Re: [Beignet] patch to get beignet to compile on gcc 3.5.0
Sean Lynch
Re: [Beignet] patch to get beignet to compile on gcc 3.5.0
Pan, Xiuli
[Beignet] [PATCH] Increase size for compile log output
Giuseppe Bilotta
Re: [Beignet] [PATCH] Increase size for compile log output
Yang, Rong R
[Beignet] [PATCH OCL20 v2] Backend: Refine typedef of ptrint_t
Xiuli Pan
Re: [Beignet] [PATCH OCL20 v2] Backend: Refine typedef of ptrint_t
Song, Ruiling
[Beignet] GROMACS on beignet
Szilárd Páll
Re: [Beignet] GROMACS on beignet
Pan, Xiuli
Re: [Beignet] GROMACS on beignet
Szilárd Páll
Re: [Beignet] GROMACS on beignet
Szilárd Páll
Re: [Beignet] GROMACS on beignet
Pan, Xiuli
Re: [Beignet] GROMACS on beignet
Szilárd Páll
Re: [Beignet] GROMACS on beignet
Pan, Xiuli
Re: [Beignet] GROMACS on beignet
Szilárd Páll
Re: [Beignet] GROMACS on beignet
Pan, Xiuli
Re: [Beignet] GROMACS on beignet
Szilárd Páll
Re: [Beignet] GROMACS on beignet
Pan, Xiuli
[Beignet] Skylake support ...
Jérôme Kieffer
Re: [Beignet] Skylake support ...
Pan, Xiuli
[Beignet] [PATCH] Backend: Clang now support static, fix now
Xiuli Pan
Re: [Beignet] [PATCH] Backend: Clang now support static, fix now
Song, Ruiling
Re: [Beignet] [PATCH] Backend: Clang now support static, fix now
Pan, Xiuli
[Beignet] [PATCH] Libocl: change prototype of math built-in for OCL2.0 spec
Xiuli Pan
Re: [Beignet] [PATCH] Libocl: change prototype of math built-in for OCL2.0 spec
Song, Ruiling
Re: [Beignet] [PATCH] Libocl: change prototype of math built-in for OCL2.0 spec
Yang, Rong R
[Beignet] [PATCH] [OCL20] atomic bug fix.
xionghu . luo
Re: [Beignet] [PATCH] [OCL20] atomic bug fix.
Pan, Xiuli
Re: [Beignet] [PATCH] [OCL20] atomic bug fix.
Yang, Rong R
[Beignet] Low latency io
Svein Berge
Re: [Beignet] Low latency io
Pan, Xiuli
Re: [Beignet] Low latency io
Svein Berge
Re: [Beignet] Low latency io
Pan, Xiuli
Re: [Beignet] Low latency io
Pan, Xiuli
[Beignet] [PATCH] utest: do not check MV near image border
Guo Yejun
Re: [Beignet] [PATCH] utest: do not check MV near image border
yan . wang
Re: [Beignet] [PATCH] utest: do not check MV near image border
Yang, Rong R
[Beignet] [Patch V3 1/2] [OCL20] fix compiler_generic_atomic utest bug.
xionghu . luo
[Beignet] [Patch V3 2/2] [OCL20] atomic_flag_test_and_set function fix.
xionghu . luo
[Beignet] [PATCH] standalone utest for unified OpenCL implementation.
xionghu . luo
[Beignet] [PATCH 01/10] OCL20: add device enqueue helper functions in backend.
Yang Rong
[Beignet] [PATCH 02/10] OCL20: add device enqueue builtins.
Yang Rong
[Beignet] [PATCH 05/10] OCL20: fix a unpack long assert.
Yang Rong
[Beignet] [PATCH 10/10] OCL20: add device enqueue test case.
Yang Rong
Re: [Beignet] [PATCH 10/10] OCL20: add device enqueue test case.
Pan, Xiuli
Re: [Beignet] [PATCH 10/10] OCL20: add device enqueue test case.
Pan, Xiuli
[Beignet] [PATCH 09/10] OCL20: remove CL_QUEUE_ON_DEVICE check in function clCreateCommandQueueWithProperties.
Yang Rong
Re: [Beignet] [PATCH 09/10] OCL20: remove CL_QUEUE_ON_DEVICE check in function clCreateCommandQueueWithProperties.
Pan, Xiuli
[Beignet] [PATCH 03/10] OCL20: add ir register enqueuebufptr for enqueue global buffer.
Yang Rong
[Beignet] [PATCH 07/10] OCL20: add a cl_kernel pointer to gpgpu.
Yang Rong
[Beignet] [PATCH 06/10] OCL20: Add functions for runtime to get the device enqueue info.
Yang Rong
[Beignet] [PATCH 08/10] OCL20: handle device enqueue in runtime.
Yang Rong
[Beignet] [PATCH 04/10] OCL20: handle device enqueue helper functions in the backend.
Yang Rong
[Beignet] [PATCH 1/2] Backend: Refine get_enqueued_local_size and get_local_size
Xiuli Pan
[Beignet] [PATCH 2/2] Runtime: Add support for non uniform group size
Xiuli Pan
Re: [Beignet] [PATCH 1/2] Backend: Refine get_enqueued_local_size and get_local_size
Yang, Rong R
[Beignet] [Patch v2 1/2] [OCL20] fix compiler_generic_atomic utest bug.
xionghu . luo
[Beignet] [Patch v2 2/2] [OCL20] atomic_flag_test_and_set function fix.
xionghu . luo
Re: [Beignet] [Patch v2 2/2] [OCL20] atomic_flag_test_and_set function fix.
Song, Ruiling
[Beignet] [PATCH OCL20 4/11 v2] Runtime: Add clCreateSamplerWithProperties
Xiuli Pan
[Beignet] [PATCH OCL20 4/5 v2] Runtime: Add suport for sRGB to clEnqueueFillImage
Xiuli Pan
[Beignet] [PATCH 1/2] [OCL20] fix compiler_generic_atomic utest bug.
xionghu . luo
[Beignet] [PATCH 2/2] [OCL20] atomic_flag_test_and_set function fix.
xionghu . luo
[Beignet] [PATCH] GBE: Fix bug when unspill a long type value from scratch.
Ruiling Song
[Beignet] [PATCH] GBE: don't try to erase a llvm:Constant.
Ruiling Song
[Beignet] [PATCH V2] GBE: Fix SEL.bool issue.
Ruiling Song
[Beignet] [PATCH 1/3] GBE: Fix type mismatch bug.
Ruiling Song
[Beignet] [PATCH 2/3] GBE: Fix SEL.bool issue.
Ruiling Song
[Beignet] [PATCH 3/3] add ocl 2.0 work_group_barrier support.
Ruiling Song
[Beignet] [PATCH OCL20 1/5] Runtime: Add support for sRGB
Xiuli Pan
[Beignet] [PATCH OCL20 3/5] Runtime: Add suport for sRGB to clEnqueueCopyImage
Xiuli Pan
[Beignet] [PATCH OCL20 5/5] Runtime: Add support for clGetMemObjectInfo
Xiuli Pan
Re: [Beignet] [PATCH OCL20 5/5] Runtime: Add support for clGetMemObjectInfo
Yang, Rong R
[Beignet] [PATCH OCL20 2/5] Runtime: Refine clGetSupportedImageFormats to support CL_MEM_FLAGS
Xiuli Pan
[Beignet] [PATCH OCL20 4/5] Runtime: Add suport for sRGB to clEnqueueFillImage
Xiuli Pan
[Beignet] [PATCH] Refine custom unrolling policy.
Zhigang Gong
Re: [Beignet] [PATCH] Refine custom unrolling policy.
Yang, Rong R
[Beignet] [PATCH] Benchmark: evaluate internal and native math functions
Grigore Lupescu
[Beignet] [PATCH 1/2] Benchmark: Evaluate native and internal math functions
grigore . lupescu
[Beignet] [PATCH 2/2] Backend: Use native on intervals for exp10, log2, log, log10
grigore . lupescu
[Beignet] [PATCH 1/2] Benchmark: Evaluate internal sine and cosine performance on intervals
Grigore Lupescu
[Beignet] [PATCH 2/2] Backend: Optimization of internal sine and cosine
Grigore Lupescu
[Beignet] [PATCH] Benchmark: Enable compilation with vpg opencl driver
grigore . lupescu
[Beignet] [PATCH OCL20 01/11] Runtime: Add API clCreateCommandQueueWithProperties
Xiuli Pan
[Beignet] [PATCH OCL20 02/11] OCL20: Fix svm bugs
Xiuli Pan
[Beignet] [PATCH OCL20 06/11] Runtime: Add support of OCL2.0 device queries
Xiuli Pan
[Beignet] [PATCH OCL20 05/11] Utest: Add sampler test
Xiuli Pan
[Beignet] [PATCH OCL20 09/11] Runtime: Add extensions for OCL20
Xiuli Pan
[Beignet] [PATCH OCL20 04/11] Runtime: Add clCreateSamplerWithProperties
Xiuli Pan
[Beignet] [PATCH OCL20 08/11] runtime: extension size not enough.
Xiuli Pan
[Beignet] [PATCH OCL20 03/11] OCL20: Implement clSetKernelExecInfo api
Xiuli Pan
[Beignet] [PATCH OCL20 10/11] Backend: Add extensions for compiler
Xiuli Pan
[Beignet] [PATCH OCL20 11/11] Backend: Add uncompatiblePCHOptions for OCL20
Xiuli Pan
Re: [Beignet] [PATCH OCL20 11/11] Backend: Add uncompatiblePCHOptions for OCL20
Yang, Rong R
Earlier messages
Later messages