Oussama Ben Ghorbel

Results 7 comments of Oussama Ben Ghorbel
trafficstars

Add `LIB` as system env variable. It should contain the path of the OpenCL.lib you installed. For my case, on my Windows machine, LIB resolves to `C:\Program Files\NVIDIA GPU Computing...

@notdanilo I am facing the same issue getting **SessionError(IrError(OutputNodeNotFound("onnx::Reshape_1988")))** with a model exported using pytorch 1.12 When I try to infer shapes and save them back to a file `nnx...

Hello, I am having the same issue as @jebeaudet. I saw the fix PR was closed, and no other PRs were linked. Will this issue be tackled? Or do you...

@kenba I've found severals examples written in C++ too. I've tried to replicate the same behavior using your crate, I faced many errors. Similar to @Draghtnod, I could not get...

Amazing! thank you @Draghtnod! @kenba now since I have the image working, can I create another example where you execute an openCL script on the image? For instance I can...

@djaglowski yes correct. A use case is as follow: Given a filelogreceiver with poll_interval of **10s** and max_surge_size of **10Mb,** watching `myservice.log`. t1=10s: 2Kb were written // ok t2=10s: 5Kb...

__ > Ultimately, I would be much more receptive to placing limits on the number or total size of logs read during a poll interval. Setting a limit for the...