forked from pocl/pocl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
81 lines (81 loc) · 1.84 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
**/.deps
**/.libs
*.bc
*.la
*.lo
*.o
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
config.h.in
config.log
config.status
config/ar-lib
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/ltmain.sh
config/missing
configure
examples/EinsteinToolkit/EinsteinToolkit
examples/ViennaCL
examples/example1/example1
examples/example2/example2
examples/example2a/example2a
examples/scalarwave/scalarwave
examples/standalone/standalone.h
examples/trig/trig
include/CL/cl.hpp
include/arm/types.h
include/cellspu/types.h
include/powerpc/types.h
include/powerpc64/types.h
include/tce/types.h
include/x86_64/types.h
install-paths.h
libtool
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
ocl-vendors/pocl-tests.icd
pocl.pc
scripts/pocl-build
scripts/pocl-kernel
scripts/pocl-standalone
scripts/pocl-workgroup
stamp-h1
tests/atconfig
tests/atlocal
tests/kernel/kernel
tests/kernel/sampler_address_clamp
tests/package.m4
tests/regression/test_barrier_before_return
tests/regression/test_barrier_between_for_loops
tests/regression/test_constant_array
tests/regression/test_early_return
tests/regression/test_for_with_var_iteration_count
tests/regression/test_id_dependent_computation
tests/regression/test_infinite_loop
tests/regression/test_locals
tests/regression/test_loop_phi_replication
tests/regression/test_multi_level_loops_with_barriers
tests/regression/test_null_arg
tests/regression/test_setargs
tests/regression/test_simple_for_with_a_barrier
tests/regression/test_structs_as_args
tests/regression/test_undominated_variable
tests/regression/test_vectors_as_args
tests/runtime/test_clCreateProgramWithBinary
tests/runtime/test_clGetDeviceInfo
tests/runtime/test_clGetEventInfo
tests/runtime/test_clGetSupportedImageFormats
tests/testsuite
tests/testsuite.dir
tests/testsuite.log
tests/workgroup/run_kernel