Greg Rodgers
Greg Rodgers
I am new to fbgemm and I am trying to build with clang instead of gcc. gcc builds fine but clang gets this error when building or using asmjit. Should...
This adds a build of libhsakmt.a and libhsa-runtime64.so to lib-debug that has debugging turned on. These scripts also copy the source directories and sets the compile flag to map them...
This could be my user error. I have a simple code where I am trying to get T2 to execute after T1 because T1 writes x which is input to...
This simple patch allows the builder of bolt to put omp.h in a different directory. I am working with a more current LLVM omp.h than what bolt builds. With this...
…ory to $AOMP/lib/llvm. This mimics the ROCM install directory structure in /opt/rocm. Currently this is failing in build_offload.sh.
Historically the AOMP environment variable was intended to indicate where to install the AOMP compiler, AND for test scripts to identify where the compiler to test is found. For example...
In aomp_common_vars, I changed patches to be an array of strings instead of string with spaces. This allow multiple patches per repository and add simde.patch to rocr runtime repo