Hansung Kim
9cf5a29917
simx: add cycle and core id to load/store memory debug trace
2023-02-17 18:31:29 -08:00
Hansung Kim
d81e4085e2
simx: add thread ID and vlen to load/store memory debug trace
2023-02-17 17:59:56 -08:00
Hansung Kim
b9d1684582
Add sourceme scripts for env variables
2023-02-17 16:04:34 -08:00
Hansung Kim
f8fc305cbd
Add sourceme.sh
...
Needed to set env variables for a custom setup where the prebuilt
binaries are located outside of /opt.
2023-01-23 18:01:18 -08:00
Hansung Kim
70e1e2089d
Add .gitignore
2023-01-20 15:20:01 -08:00
Hansung Kim
547216d43f
[tests] reduce0, DotProduct: include LLVM_PREFIX in LD_LIBRARY_PATH
...
Without this, poclcc fails with
`error while loading shared libraries: libclangCodeGen.so.10: cannot
open shared object file: No such file or directory`.
Also fix wrong kernel file name.
2023-01-17 19:04:09 -08:00
Hansung Kim
bb4f38d000
[tests] opencl/convolution: fix linking of libsimx.so
...
Fixes linker error by following suggestion of
`/usr/bin/ld: warning: libsimx.so, needed by /scratch/hansung/src/vortex/driver/simx/libvortex.so, not found (try using -rpath or -rpath-link)`.
2023-01-17 19:04:09 -08:00
Hansung Kim
7c39cc2b5b
Makefile: respect RISCV_TOOLCHAIN_PATH if already set in env
2023-01-17 19:04:03 -08:00
tinebp
88ed687557
Update .travis.yml
2022-09-30 04:19:53 -04:00
tinebp
ebff870d54
Update .travis.yml
2022-09-30 03:09:35 -04:00
tinebp
d802defd6c
Update .travis.yml
2022-09-30 01:44:54 -04:00
tinebp
ff4c24657e
Update README.md
2022-09-29 21:05:35 -04:00
Blaise Tine
e1b666cb93
minor update
2022-07-14 08:55:09 -04:00
Blaise Tine
da834a28df
adding support for TLS global variables
2022-07-14 06:03:02 -04:00
Blaise Tine
77002dd06a
minor updates
2022-02-05 20:52:23 -05:00
Blaise Tine
76481bc794
minor update
2022-02-05 20:41:44 -05:00
Blaise Tine
5a5f1ad3fe
minor update
2022-02-05 18:03:38 -05:00
Blaise Tine
2277e3c878
minor update
2022-02-05 17:59:58 -05:00
Blaise Tine
1bd25acb0b
cmov
2022-02-05 17:58:12 -05:00
Blaise Tine
d297351211
simx64 bug fix
2022-02-05 17:13:16 -05:00
Blaise Tine
2fd93e1d89
Merge branch 'staging' of https://github.com/vortexgpgpu/vortex
2022-02-05 16:12:52 -05:00
tinebp
a5ab68d9df
Merge pull request #42 from SantoshSrivatsan24/staging
...
Staging
2022-02-05 14:55:49 -05:00
Santosh Srivatsan
1b5b7a3cba
Modified travis.yml
2022-02-05 14:45:21 -05:00
Santosh Srivatsan
6dd6a88c12
Modified regression64.sh
2022-02-05 14:37:05 -05:00
Santosh Srivatsan
09833fdfb1
Fixed merge conflict
2022-02-05 14:34:36 -05:00
tinebp
eacdb63454
Merge pull request #41 from SantoshSrivatsan24/staging
...
Staging
2022-02-05 14:25:17 -05:00
Santosh Srivatsan
1c781c78c0
Minor bug fix
2022-02-05 14:17:56 -05:00
Santosh Srivatsan
b7e5a83ba3
Merged branch xlen-parameterization into staging
2022-02-05 13:47:42 -05:00
Blaise Tine
3179541efe
minor update
2022-02-05 12:24:16 -05:00
Blaise Tine
bda77760c8
addition bug fixes
2022-02-05 09:14:35 -05:00
Blaise Tine
140124b423
additional bug fixes
2022-02-05 07:42:50 -05:00
Blaise Tine
703d3faf27
minor bug fixes
2022-02-05 06:37:54 -05:00
Blaise Tine
a2342cfd82
toolchain install bug fix
2022-02-05 05:19:53 -05:00
Blaise Tine
5fbace9fa0
fixed several bugs and refactor memory access
2022-02-04 17:50:19 -05:00
Blaise Tine
cf2a0a5f39
code refactoring
2022-02-04 00:07:24 -05:00
Santosh Srivatsan
212ee21b54
Updated excluded 32-bit tests
2022-02-03 22:33:47 -05:00
Santosh Srivatsan
71e8a30186
Added vx_link32.ld
2022-02-03 22:31:47 -05:00
Santosh Srivatsan
8a525039af
Added 64 bit regression script
2022-02-03 15:20:15 -05:00
Santosh Srivatsan
836c777680
XLEN parameterization for simx
2022-02-03 15:19:31 -05:00
Blaise Tine
a3472da181
Merge branch 'master' of https://github.com/vortexgpgpu/vortex
2022-02-02 01:24:00 -05:00
Blaise Tine
a06812f93f
minor updates
2022-02-01 22:51:33 -05:00
Santosh Srivatsan
54dd2cfe1d
Added xlen parameterization to types.h instead of xlen.h
2022-02-01 14:02:46 -05:00
Santosh Srivatsan
01d183c6a9
Removed xlen.h
2022-02-01 13:59:39 -05:00
Santosh Srivatsan
3eb2b71955
removed traces of xlen. Overloaded sext
2022-02-01 13:54:51 -05:00
Santosh Srivatsan
b23a9c76e7
Changed run-simx-32imf to run-simx to comply with the rest of the code
2022-02-01 13:26:41 -05:00
Santosh Srivatsan
0ce51df108
Removed simx64 comments
2022-02-01 13:25:26 -05:00
Blaise Tine
d48f1c1c5f
minor updates
2022-02-01 06:53:31 -05:00
Santosh Srivatsan
a73f656d06
Minor bug fixes
2022-01-31 17:01:14 -05:00
Santosh Srivatsan
4cf596338d
Minor bug fixes
2022-01-31 15:53:49 -05:00
Blaise Tine
e3e2609f7e
adding unit test for vx_malloc
2022-01-30 05:57:18 -05:00