Muhammad Osama

Results 53 issues of Muhammad Osama

I have documented the problem here, which I feel is actually apexo not working as intended with couchdb. If there's any help I can get running this application on amazon's...

@alexcorvi More of a question than a feature, where is the data for offline mode stored? And is there a way that can be backed up/shared with others without needing...

Added with CUDA 10.0, [cuda graphs](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#cuda-graphs) (though really terribly named as there are 7 "graph" things that cuda provides), is a take on task graphs within CUDA's programming model. What's...

task

Running into a bottleneck where I am trying to launch many `thrust` scan instances concurrently over multiple streams and CPU threads. The problem is, I believe it uses CUB's underlying...

type: enhancement

Possibly related to #124, I am trying to run a super simple example after following the installation instructions: ``` pip install ipympl # If using JupyterLab # Install nodejs: https://nodejs.org/en/download/...

I just checked the logs from our experiments and the only set of experiments where our numbers were faster than your reported numbers are for BFS for the following two...

todo
๐Ÿ”ฌ experiment

Annoying to keep updating the constants, we can use occupancy calculator and heuristics defined by CUDA to launch kernels with better launch configs.

๐Ÿฒ enhancement
๐Ÿ”ฐ n00b (good first issue)
refactor

> > This is good for now. Can we do the merge to gunrock:dev rather than master? And eventually bundle this into the next release? > > The test csv...

๐Ÿ”ฐ n00b (good first issue)
๐Ÿงช testing

@neoblizz can you make future runs use `primitive = tc` not `primitive = TC`? _Originally posted by @jowens in https://github.com/owensgroup/graphblast-paper/issues/21#issuecomment-690708009_

๐Ÿ”ฐ n00b (good first issue)
๐Ÿ”ฌ experiment

https://github.com/gunrock/gunrock/blob/06fafd77b39c0c02a7f1bf1945296c650538e1c3/gunrock/app/test_base.cuh#L166-L167

clean up