processing an image using CUDA implementation, python (pycuda) or C++? -
i in project process image using cuda. project addition or subtraction of image.
may ask professional opinion, best , advantages , disadvantages of two?
i appreciate everyone's opinions and/or suggestions since project important me.
general answer: doesn't matter. use language you're more comfortable with.
keep in mind, however, pycuda wrapper around cuda c interface, may not up-to-date, adds potential source of bugs, …
python great @ rapid prototyping, i'd go python. can switch c++ later if need to.
Comments
Post a Comment