Trace eval segfault (#974)
when running a model on GPU, migraphx tries to print out content from gpu memory, which causes a segfault. The solution is to copy the gpu memory content back to CPU before the print.
Showing
Please register or sign in to comment