Menu

Using integer data with custom kernels

barsiwek
2013-09-01
2013-09-02
  • barsiwek

    barsiwek - 2013-09-01

    Hi everyone,

    I need to pass a 2 dimensional array of unsigned integers to a custom kernel I want to apply to the viennacl::matrix I have. How can I do that using the viennacl classes?

    I can't use viennacl::matrix with unsigned int as template parameter since that is apparently not supported. Is there another way?

     

    Last edit: barsiwek 2013-09-01
  • Karl Rupp

    Karl Rupp - 2013-09-02

    Hi,
    this is already possible in the developer-repository, which will be soon (i.e. a few days) released as version 1.5.0. Stay tuned :-)
    Best regards,
    Karli

     

Log in to post a comment.