Hi,
I’m trying to create default schedule for extern function. However, extern op has no axis. How can we bind the iteration variablest to cpu threads? Do we need to directly bind inside low level IR?
Hi,
I’m trying to create default schedule for extern function. However, extern op has no axis. How can we bind the iteration variablest to cpu threads? Do we need to directly bind inside low level IR?
Yes, we do need to directly write the threads in low level IR, print out the ir from the threading schedule will help you understand what it looks like