Moazin K.

Results 18 comments of Moazin K.

@maxzhen So here I've missed the `CL_MEM_EXT_PTR_XILINX` and didn't pass in the `min` either. But the code to copy stuff remains the same, via P2P, just like it was in...

Thanks a lot @uday610. So I guess using these APIs to do regular DMA transfers is a valid way to do things since the underlying function call has nothing to...

@uday610 You're right. Disabling the P2P from `xbutil` everything still works and I get the ~10GB/s bandwidth. @maxzhen I've one question. > Don't you need "CL_MEM_EXT_PTR_XILINX" to pass in "min"...

@uday610 @maxzhen Following up on the previous question. I've been thinking about this and two things don't make sense to me. 1. I'm not sure why P2P bandwidth would be...

@HitMeFirst How were you measuring the memory usage?

@litherum Oh, I thought I had attached the SVG document as well, but seems like I didn't. I guess this is the one: ```svg ```

So I analyzed the problem a little bit and here are my thoughts. SNV iterates through the XML tree first, parsing attributes, maintaining stacks and ultimately populates an object tree....

I would also like to point out that it's very important for this to be resolved. Almost every glyph of Trajan and a lot of glyphs of NotoColorEmoji have `use`...

I did some testing and it seems that there are problems with Arcs that have a non-zero angle. ``` ``` Rendering by Librsvg: ![image](https://user-images.githubusercontent.com/23481137/119313588-26a9b980-bc8d-11eb-8306-dea317c2ec83.png) Rendering by SNV (Cairo): ![image](https://user-images.githubusercontent.com/23481137/119313709-4d67f000-bc8d-11eb-9683-2ccfad953489.png)

@dirkschulze I would like to point out that NotoColorEmoji glyphs have a `use` element inside a `clipPath` element and it's very common. Given that it's so common, we'd like to...