Ihar Hubchyk

Results 666 comments of Ihar Hubchyk

Hi @scrounchtike thanks for picking this task! We're looking forward for your work. Just to simplify your work I highly recommend to have a look into OpenCL implementation as it's...

You could combine Objective-C and C++ compilation.

We don't need to access Metal API directly as we could hide all logic inside source files. From my personal experience it is possible to combine Objective-C and C++ for...

I meant that we need to uae wrappers or something like this. Let's wait for your first implementation and then we would have a discussion if needed :)

Hi @scrounchtike how is it going? :)

Sorry for late reply. Please take a look into `src/opencl/image_buffer_opencl.h` and it's class implementation. OpenCL doesn't have raw pointer as well. The solution is to use **reinterpret_cast**.

Hi @scrounchtike any news? :)

@MeKot I think this task would suit your needs and interest ;) Please let me know if you have any questions. Also I have a design in mind.

1. `image_function_helper.h` has an enumeration `SIMDType`. This is an indicator which type of function would be called. In `image_function_simd.cpp` we already have checks for this and none of SIMD is...

Hi @0x72D0 would you like to do this since you are very familiar with the code?