Sarbojit2019

Results 15 comments of Sarbojit2019

@pvelesko, I looked into the sample (callback.zip) attached here. It looks like there is programming error because of which code is getting into dead lock hence the hang. I have...

@linehill How do I enable/disable assertion in compiler? I have built clang locally in release mode and using the same for compiling QuickSilver. Are you suspecting it is bad kernel...

I played around device malloc implementation in CUDA11 and here is my observation : 1. malloc (heap size) is allocated once per device. 2. Looks like default size is 8MB...

Are you able to run L0 applications successfully? Most probably Unitrace::create is failing due to L0 call failure. It is during the initialization of the tool where it interacts with...

> > Are you able to run L0 applications successfully? Most probably Unitrace::create is failing due to L0 call failure. It is during the initialization of the tool where it...

Hello @yitian1031, Thanks for reporting the issue. I have few questions/suggestions to handle the issue better. 1. Are you able to run the test.py without unitrace? As per the call...

@yitian1031, may I know if you are running it under conda environment? It yes, can you build the tool fresh and try to run? We have seen some time different...

@ytzhang1, Could you please share me your sycl-graph-app code? I need the source to build it locally and test it with Unitrace. I am working on enabling Sycl-graph on Unitrace.

@zhenghh04, Thanks for raising it. I wanted to understand the visualization tool that you are using and how are you analyzing your data. We use Perfetto.ui and we found it...

Thanks for reporting the issue, we will fix it in next release. Let me know for what purpose you are planning to use the tool.