Alexander Samoilov
Alexander Samoilov
Hello, it would be nice to have more readable and verbose value parse error messages, say a parameter `-d` expects an integer value but we made a mistake, we would...
Hello, the testcase `vectorAdd_profiled` doesn't work from the box for me: ```sh ./vectorAdd_profiled terminate called after throwing an instance of 'cuda::runtime_error' what(): Starting CUDA profiling: initialization error ``` after adding...
Hi, I've found only vector by matrix multiplication, do you have sparse matrix by sparse matrix (both in CSR format) product? Thanks!
Hello, the code in the latest stable trunk `src/arch/arm/insts/mem64.cc` ```c++ std::string MemoryEx64::generateDisassembly( Addr pc, const loader::SymbolTable *symtab) const { std::stringstream ss; printMnemonic(ss, "", false); printIntReg(ss, dest); ccprintf(ss, ", "); printIntReg(ss,...