Skip to content

Instantly share code, notes, and snippets.

View pjaaskel's full-sized avatar

Pekka Jääskeläinen pjaaskel

  • Intel Corporation & Tampere University
  • Tampere, Finland
  • X @POJaaskelainen
View GitHub Profile
; ModuleID = 'parallel_bc'
source_filename = "parallel_bc"
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
@_group_id_x = external local_unnamed_addr global i64, align 8
@_group_id_y = external local_unnamed_addr global i64, align 8
@_group_id_z = external local_unnamed_addr global i64, align 8
@_local_id_x = external local_unnamed_addr global i64, align 8
@_local_id_y = external local_unnamed_addr global i64, align 8
@pjaaskel
pjaaskel / gist:725e113345161f3168f4c4b3bc1e1414
Created February 9, 2017 17:23
PyOpenCL tests llvm-4.0-debug-kernabi-patched current situation
platform linux2 -- Python 2.7.6 -- py-1.4.30 -- pytest-2.7.2 -- /usr/bin/python
rootdir: /home/visit0r/src/pyopencl, inifile:
collected 172 items / 4 errors
test/test_algorithm.py::test_elwise_kernel[ctx_factory=<context factory for <pyopencl.Device 'pthread-AMD A10-7850K Radeon R7, 12 Compute Cores 4C+8G' on 'Portable Computing Language' at 0x2134dc0>>] PASSED
test/test_algorithm.py::test_elwise_kernel_with_options[ctx_factory=<context factory for <pyopencl.Device 'pthread-AMD A10-7850K Radeon R7, 12 Compute Cores 4C+8G' on 'Portable Computing Language' at 0x2134dc0>>] PASSED
test/test_algorithm.py::test_ranged_elwise_kernel[ctx_factory=<context factory for <pyopencl.Device 'pthread-AMD A10-7850K Radeon R7, 12 Compute Cores 4C+8G' on 'Portable Computing Language' at 0x2134dc0>>] FAILED
test/test_algorithm.py::test_take[ctx_factory=<context factory for <pyopencl.Device 'pthread-AMD A10-7850K Radeon R7, 12 Compute Cores 4C+8G' on 'Portable Computing Language' at 0x2134dc0>>] PASSED
test/test_algorithm.py::t