You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/04/28 09:21:23 UTC

[GitHub] [incubator-tvm] westion717 opened a new issue #5464: [OpenCL] `directly 4 8 bit int in integer` causes compiling error

westion717 opened a new issue #5464:
URL: https://github.com/apache/incubator-tvm/issues/5464


   Hi, I find if use `directly 4 8 bit int in integer ` as following link, it will cause compiling error (when the member of int is referred as .s0, .s1 later) in my opencl compiler provided by my vendor. I am wondering whether the paradigm is legal in the specific opencl spec version or it should be fixed to use `char4` instead.
   
   https://github.com/apache/incubator-tvm/blob/952def53da51e6cf17c5dbf50b92e193622ca695/src/target/source/codegen_opencl.cc#L125


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on issue #5464: [OpenCL] `directly 4 8 bit int in integer` causes compiling error

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5464:
URL: https://github.com/apache/incubator-tvm/issues/5464#issuecomment-621240765


   cc @kazum @masahi 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] kazum commented on issue #5464: [OpenCL] `directly 4 8 bit int in integer` causes compiling error

Posted by GitBox <gi...@apache.org>.
kazum commented on issue #5464:
URL: https://github.com/apache/incubator-tvm/issues/5464#issuecomment-622013436


   It looks wrong and should be fixed, I think.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] tqchen commented on issue #5464: [OpenCL] `directly 4 8 bit int in integer` causes compiling error

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #5464:
URL: https://github.com/apache/incubator-tvm/issues/5464#issuecomment-665741664


   @westion717 please follow up


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-tvm] kazum commented on issue #5464: [OpenCL] `directly 4 8 bit int in integer` causes compiling error

Posted by GitBox <gi...@apache.org>.
kazum commented on issue #5464:
URL: https://github.com/apache/incubator-tvm/issues/5464#issuecomment-626430652


   @westion717 Can you share your program to reproduce this problem?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org