toaarnio / llvm-ir-memprotect

LLVM IR instrumentation for protection against out-of-bounds memory accesses
Mozilla Public License 2.0
9 stars 2 forks source link

Test running instrumented synthetic test case with kernel runner #18

Closed elhigu closed 11 years ago

elhigu commented 11 years ago

Compiling and instrumenting it to nvptx target did seem to work and earlier we have been able to run nvptx target code on CPU with lli.

elhigu commented 11 years ago

test GPU just came in today, so also try out running ptx on GPU

elhigu commented 11 years ago

test scripts now runs and validates results before and after transformation.