John Owens
John Owens
I'd like to write a function that edits a bib entry when it's called with a keystroke (and maybe it runs automatically when I run `doi-insert-bibtex`). Does biblio support this?...
Delighted to see helm-bibtex aim for working with some papers management systems (the readme notes "JabRef, Zotero, and Mendeley"). http://papersapp.com/ is a common/popular application. It does not store all PDFs...
https://graphalytics.org/ Not sure how good their results are, but they don't seem complete for Gunrock. Good new-student project.
Searched our results repo for 9 datasets on 4 Gunrock primitives on V100. SSSP is directed; the other three are undirected. CC: @neoblizz @AjayBrahmakshatriya @crozhon github doesn't allow .html attachments...
The SSSP result is correct but the predecessors are not, which seems weird. All three filter modes fail for `--mark-pred=true`. (I would imagine if you ran just one run instead...
I am running the following from a fresh `dev` build: ``` ../../../gunrock-build/bin/sssp market /nfs/mario-2TB/gunrock_dataset/large/ak2010/ak2010.mtx --num-runs=10 --validation=each --quick --device=0 --src=random --64bit-SizeT=false --64bit-VertexT=false --mark-pred=false,true --advance-mode=LB_CULL,LB,TWC --tag=rcm --undirected=true --jsondir=./SSSP/ak2010-out ``` To reproduce, you'll...
@neoblizz notes that the "stream capture" capabilities of CUDA Streams will help us with our applications that make repeated calls to the same sequence of kernels. https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__STREAM.html
@neoblizz suggests we do a persistent-thread version of operators. CUDA has increasing support for persistent thread programming and cooperative-groups has good synchronization capabilities, and we can reasonably expect this support...
Could you support a geometric-mean? I see "avg", which I assume is an arithmetic mean, and you have "median". I know I'll need geomean in the not too distant future....
Consider https://www.doi2bib.org/bib/10.1007/978-3-662-48096-0_44 ``` @incollection{Wang2015, doi = {10.1007/978-3-662-48096-0_44}, url = {https://doi.org/10.1007/978-3-662-48096-0_44}, year = {2015}, publisher = {Springer Berlin Heidelberg}, pages = {573--587}, author = {Leyuan Wang and Sean Baxter and John...