Ivan Kochurkin

Results 134 issues of Ivan Kochurkin

Use http://cudafy.codeplex.com/ for it. Implementation based on [Accelerating and Characterizing Seam Carving Using a Heterogeneous CPU-GPU System](http://world-comp.org/p2012/PDP3833.pdf) and [Content-aware Image Resizing on the GPU](http://www.eecs.berkeley.edu/~dsheffie/cs280/anderson-sheffield-writeup.pdf)

Implementation based on idea of http://www.merl.com/papers/docs/TR2008-064.pdf and http://www.youtube.com/watch?v=AJtE8afwJEg

enhancement

Could you explain the purpose of modes stack size checking before `popMode()`? https://github.com/Kotlin/kotlin-spec/blob/091d4216cf2c015143e49978d1c43a204e26d967/grammar/src/main/antlr/KotlinLexer.g4#L44 Is this a workaround for more reliable error handling if the first open `LCURL` is missed? Is...

It would be more convenient to install and use this tool as [dotnet tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools).