Directory SimulationRuntime/ParModelica/OpenCLRuntime/

Directory Deleted:
2014-02-19 20:34
Total Files:
0
Deleted Files:
22
Lines of Code:
0

[root]/SimulationRuntime/ParModelica/OpenCLRuntime
                Folder removed from repo CL (0 files, 0 lines)

Lines of Code

SimulationRuntime/ParModelica/OpenCLRuntime/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 152 (100.0%) 10537 (100.0%) 69.3
sjoelund.se 36 (23.7%) 7257 (68.9%) 201.5
mahge930 75 (49.3%) 2534 (24.0%) 33.7
hudson 17 (11.2%) 620 (5.9%) 36.4
adeas31 2 (1.3%) 112 (1.1%) 56.0
adrpo 1 (0.7%) 12 (0.1%) 12.0
perost 21 (13.8%) 2 (0.0%) 0.0

Most Recent Commits

mahge930 2014-02-19 20:34 Rev.: 19195

- Rearrange parmodelica includes to the new include structure.

0 lines of code changed in 22 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (del), Makefile.common (del), Makefile.in (del), Makefile.omdev.mingw (del), OCLRuntimeUtil.cl (del), OCLRuntimeUtil_new.cl (del), OpenCL.lib (del), ParModelicaBuiltin.mo (del), ocl_offcomp.c (del), omc_ocl_builtin_kernels.c (del), omc_ocl_builtin_kernels.cpp (del), omc_ocl_builtin_kernels.h (del), omc_ocl_common_header.h (del), omc_ocl_interface.c (del), omc_ocl_interface.cpp (del), omc_ocl_interface.h (del), omc_ocl_memory_ops.c (del), omc_ocl_memory_ops.cpp (del), omc_ocl_memory_ops.h (del), omc_ocl_util.c (del), omc_ocl_util.cpp (del), omc_ocl_util.h (del)
sjoelund.se 2014-02-18 11:07 Rev.: 19158

Move the C includes to build/include/omc/c. Probably fixed bootstrapping

2 lines of code changed in 2 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.common (+1 -1), Makefile.in (+1 -1)
sjoelund.se 2013-11-18 22:17 Rev.: 18180

Fix Link?ping

3 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: ocl_offcomp.c (+3 -3)
mahge930 2013-10-31 12:08 Rev.: 17945

+ Added support for local/shared variables for ParModelica.
+ Added parallelism to function arguments.
+ More checks on scope to determine parallelism.
+ Allow assignment to inputs in ParModelica.

912 lines of code changed in 9 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.common (+29 -29), Makefile.omdev.mingw (+25 -25), OCLRuntimeUtil.cl (+754 -754), OCLRuntimeUtil_new.cl (+32), omc_ocl_common_header.h (+16 -4), omc_ocl_interface.cpp (+19 -2), omc_ocl_interface.h (+4 -1), omc_ocl_util.cpp (+30), omc_ocl_util.h (+3)
adrpo 2013-05-19 20:06 Rev.: 16092

- fix Windows compilation: define setenv for MinGW and MSVC

12 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: omc_ocl_util.cpp (+12)
mahge930 2013-05-19 19:28 Rev.: 16091

+ Parmodelica: Fix array copy functions.
- Compile position independent on linux.
- Disbale NVIDIA cache.

22 lines of code changed in 5 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.in (+1 -1), ParModelicaBuiltin.mo (+1 -1), omc_ocl_interface.cpp (+12 -12), omc_ocl_interface.h (+6 -6), omc_ocl_util.cpp (+2)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

609 lines of code changed in 6 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: ocl_offcomp.c (+69 -69), omc_ocl_builtin_kernels.cpp (+24 -24), omc_ocl_common_header.h (+2 -2), omc_ocl_interface.cpp (+8 -8), omc_ocl_memory_ops.cpp (+38 -38), omc_ocl_util.cpp (+468 -468)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

609 lines of code changed in 6 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: ocl_offcomp.c (+69 -69), omc_ocl_builtin_kernels.cpp (+24 -24), omc_ocl_common_header.h (+2 -2), omc_ocl_interface.cpp (+8 -8), omc_ocl_memory_ops.cpp (+38 -38), omc_ocl_util.cpp (+468 -468)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

11 lines of code changed in 11 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: ParModelicaBuiltin.mo (+1), ocl_offcomp.c (+1), omc_ocl_builtin_kernels.cpp (+1), omc_ocl_builtin_kernels.h (+1), omc_ocl_common_header.h (+1), omc_ocl_interface.cpp (+1), omc_ocl_interface.h (+1), omc_ocl_memory_ops.cpp (+1), omc_ocl_memory_ops.h (+1), omc_ocl_util.cpp (+1), omc_ocl_util.h (+1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

4602 lines of code changed in 17 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.common (+29 -29), Makefile.in (+1 -1), Makefile.omdev.mingw (+4 -4), OCLRuntimeUtil.cl (+754 -754), OCLRuntimeUtil_new.cl (+872 -872), ParModelicaBuiltin.mo (+138 -138), ocl_offcomp.c (+192 -192), omc_ocl_builtin_kernels.cpp (+464 -464), omc_ocl_builtin_kernels.h (+90 -90), omc_ocl_common_header.h (+103 -103), omc_ocl_interface.cpp (+391 -391), omc_ocl_interface.h (+199 -199), omc_ocl_memory_ops.cpp (+259 -259), omc_ocl_memory_ops.h (+106 -106), omc_ocl_util.cpp (+866 -866), omc_ocl_util.h (+134 -134)
mahge930 2012-12-31 13:58 Rev.: 14604

+ Removed the OpenCL headers and lib. Moved them to OMDev.

3 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.omdev.mingw (+3 -3)
sjoelund.se 2012-12-31 09:35 Rev.: 14600

- Fix to build using the apple built-in OpenCL headers

4 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: omc_ocl_common_header.h (+4)
mahge930 2012-12-02 18:49 Rev.: 14196

+ ParModelica: fix parallelism propagation, append omc_ prefix to parallel functions, change modelica_assert to omc_assert

2 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: OCLRuntimeUtil_new.cl (+2 -2)
perost 2012-10-08 16:59 Rev.: 13258

- Some cref prefixing fixes in SCodeInst.
- Fixed lots of clang warnings in the C code.

2 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: omc_ocl_util.cpp (+2 -2)
sjoelund.se 2012-09-04 14:16 Rev.: 12779

- eol-style

25 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.in (+25 -24)
sjoelund.se 2012-08-28 09:05 Rev.: 12698

- CPPFLAGS are PREPROCESSOR flags, not CFLAGS

1 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.in (+1 -1)
mahge930 2012-08-28 06:10 Rev.: 12695

+ Finally found why setCommandLineOptions() doesn't work for a new grammar, pheew
+ 1 more API for getting the default device.
+ compile with -fPIC -O3

2 lines of code changed in 2 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
adeas31 2012-08-27 12:03 Rev.: 12687

- Fixed OpenCLRuntime compilation for windows.
- Add CPPFLAGS.

1 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.omdev.mingw (+1)
sjoelund.se 2012-08-27 09:37 Rev.: 12685

- cp -u is not a valid cp option
- g++ is not a real C compiler
- C does not support overloaded functions
- g++ is not the system-configured C++ compiler

2011 lines of code changed in 7 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile.common (+3 -7), Makefile.in (new 24), Makefile.omdev.mingw (+4 -5), omc_ocl_builtin_kernels.cpp (new 464), omc_ocl_interface.cpp (new 391), omc_ocl_memory_ops.cpp (new 259), omc_ocl_util.cpp (new 866)
mahge930 2012-08-27 04:05 Rev.: 12682

+ Added a flag and API to specify default OpenCL device.
+ Free dangling array after returning from a function. (y)
+ Show device selection only if default device is not set.

116 lines of code changed in 4 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: omc_ocl_interface.c (+8 -1), omc_ocl_interface.h (+3), omc_ocl_util.c (+102 -45), omc_ocl_util.h (+3)
mahge930 2012-08-25 23:35 Rev.: 12678

+ Combined the makefiles
+ fix for 64 bit
+ detect vendors and enable extensions properly.

74 lines of code changed in 5 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (+3 -32), Makefile.common (new), Makefile.omdev.mingw (+3 -27), OCLRuntimeUtil_new.cl (+35 -21)
mahge930 2012-08-25 19:48 Rev.: 12673

- fix again

2 lines of code changed in 2 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (+1 -1), Makefile.omdev.mingw (+1 -1)
mahge930 2012-08-25 19:43 Rev.: 12672

+ fix build dir path

18 lines of code changed in 2 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (+9 -7), Makefile.omdev.mingw (+9 -7)
mahge930 2012-08-25 19:27 Rev.: 12671

+ Added ParModelica to the makefiles.

53 lines of code changed in 3 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (+6 -6), Makefile.in (del), Makefile.omdev.mingw (new 47)
mahge930 2012-08-23 19:39 Rev.: 12655

+ check calls to functions depending on function type and scope type, parallel functions can be built-in too.
+ changed some of the parmodelica built-in functions to parallel built-in functions

147 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: ParModelicaBuiltin.mo (+147 -111)
adeas31 2012-08-22 22:37 Rev.: 12640

- fix tabs.

111 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: ParModelicaBuiltin.mo (+111 -111)
mahge930 2012-08-22 21:17 Rev.: 12639

+ Added built-in ParModelica functions.
+ fix parallelism propagation.
+ temporary fix on simulation settings for ParModelica case.
+ initialize OpenCL env only when needed.
+ sum fixes.

144 lines of code changed in 6 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (+1), OCLRuntimeUtil_new.cl (+3 -1), ParModelicaBuiltin.mo (new 112), omc_ocl_interface.h (+3 -1), omc_ocl_util.c (+13 -19), omc_ocl_util.h (+12 -2)
mahge930 2012-08-16 19:19 Rev.: 12554

+ Generate ParModelica code for function (non-simulation) case too.
plus some fixes.

910 lines of code changed in 5 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (+4 -3), OCLRuntimeUtil_new.cl (new 856), ocl_offcomp.c (+6 -1), omc_ocl_common_header.h (+1 -1), omc_ocl_util.c (+43 -34)
mahge930 2012-08-15 16:18 Rev.: 12534

+ Back-end and code generation support for parfor loop.

17 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/OpenCLRuntime: omc_ocl_util.c (+17 -9)
mahge930 2012-08-10 16:59 Rev.: 12479

+ ParModelica extensions. BackEnd and Code generation for parallel functions and kernel functions.
+ Some fixes in runtime.

112 lines of code changed in 6 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: Makefile (+1 -1), omc_ocl_common_header.h (+9 -3), omc_ocl_interface.h (+35), omc_ocl_util.c (+58 -6), omc_ocl_util.h (+9)
perost 2012-04-19 14:29 Rev.: 11783

- Replaced tabs and converted files to UTF-8.

0 lines of code changed in 20 files:

  • SimulationRuntime/ParModelica/OpenCLRuntime: ocl_offcomp.c (changed), omc_ocl_builtin_kernels.c (changed), omc_ocl_builtin_kernels.h (new), omc_ocl_common_header.h (changed), omc_ocl_interface.c (new), omc_ocl_interface.h (new), omc_ocl_memory_ops.c (changed), omc_ocl_memory_ops.h (changed), omc_ocl_util.c (new), omc_ocl_util.h (new)
Generated by StatSVN 0.7.0