Sam Xi
Sam Xi
Yuan did you get a chance to look into this? IIRC we've tested out both 4x4 and 16x16 arrays in the past.
@mateo-vm: did this resolve your problems?
We don't currently support RISC-V. We should fix this build error, but there's no other guarantee that programs will run correctly on this ISA.
That shouldn't happen. Did you modify any of the code, such as by changing the sizes of the arrays? Basically, what the error is saying is that you told Aladdin...
Don't worry about it. The overlap detection logic has been broken for a long time but we just never got around to fixing it...
LLVM-Tracer has a list of intrinsic math functions and other functions for which it will not trace, but instead will emit a special math opcode ([code](https://github.com/harvard-acc/LLVM-Tracer/blob/master/full-trace/full_trace.cpp#L76)). It can't trace into...
Are you building this from the Docker image?
Sorry, the `llvm_compile.py` script has been out of date for a long time. We will update the README to reflect this. Instead, please use the provided Makefile in the `playground`...
Sorry, I missed this issue. Did you solve your issue? If not, what is the value of your TRACER_HOME? Also I note that you're not using the Docker image -...
I recommend you use the Docker image. Installing LLVM-Tracer and LLVM on a regular machine has been notoriously difficult and riddled with system-specific errors that are hard for us to...