Hi, > yes. this seems to be the case. if i force out-of-order CSR into > in-order CSR everything seems to work. Can't see the documentation > explicitly mentioning this if this is the case indeed. > > Karl, can you please confirm only in-order CSRs are supported? Thanks!
out-of-order CSR works for SpMVs, but not for sparse matrix-matrix multiplies. Parallel algorithms usually work better for in-order data layouts. The performance penalty for out-of-order data is almost always too high to justify any extra kernels for out-of-order data. Best regards, Karli PS: Yes, the documentation should be more explicit about this. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ ViennaCL-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/viennacl-devel
