Open ajmehrlich opened 1 year ago
Hi @alexander-jm , Sorry for the late reply.
I found I have put the example applications in this repo. https://github.com/FindHao/samples
Another note is that NCU changes a lot. For example, you don't need to manually export source code mapping anymore. The output format of NCU report in csv may change too. But it could be easy to fix. You are more than welcome to contribute to this repo.
Ok, thank you for the responses. I created my own config, but for some I had to guess. For example how do I find out how many L2 slices my GPU has? I haven't even found that for the 2080 Ti for which a config already exists.
I have a follow up question regarding the command with drgpu_collector.sh. It provides txt-files from a data directory. What are those? I get a Command File error, because obviously the file does not exist.
Ok, thank you for the responses. I created my own config, but for some I had to guess. For example how do I find out how many L2 slices my GPU has? I haven't even found that for the 2080 Ti for which a config already exists.
I have a follow up question regarding the command with drgpu_collector.sh. It provides txt-files from a data directory. What are those? I get a Command File error, because obviously the file does not exist.
each L2 slice is 512 KB, I assume they didn't change it. so, the number of L2 slices = L2 capacity / 512 KB.
drgpu_collector.sh will run the ncu to generate the profiling report in csv format. I don't understand what do you mean it provides txt-files from a data directory.
what's your command file error?
ah good, that's what I guessed.
For the command issue: I may have worded the problem wrong. What I meant is that the command takes txt-files from a data directory (like input file: ../data/mil.txt), but I don't know where to find it.
ah good, that's what I guessed.
For the command issue: I may have worded the problem wrong. What I meant is that the command takes txt-files from a data directory (like input file: ../data/mil.txt), but I don't know where to find it.
You can get the input by running the script get_data.sh in example repo.
Oh, I missed that script. So now I can get the btree.svg, but some of the values in there don't make sense (e.g. L1 hit rate of 71808179.00% ; the same value regardless of chosen gpu config). But that is probably what you meant with the changes in formatting.
Again thank you for the help.
Hello,
I'm trying to get DrGPU to run according to the README.md, but I ran into a few issues.
Thanks for any kind of help.