vorj

Results 9 comments of vorj

@PanffeeReal @fsted TL;DR: Uninstall `setuptools-scm` . I found the workaround. You two must had installed `cocoapi` , and `matplotlib` which is one of dependencies for `cocoapi` . At 2021/11/16 (16days...

@ybsh I found 2 profilers for AMD GPUs. I haven't tried yet, but they seem to be supporting OpenCL kernels profiling. If you don't need to profile against NVIDIA GPUs,...

@LWisteria Currently we are tackling to pass some test cases, which contain large works. Therefore, the developers have been clashed by this problem repeatedly. So, **I feel** like it's occurred...

@LWisteria > Do you mean that you want to implement all half operations with software functions? Yes, and I think that we can implement almost of them like `float_to_half(float_operation(half_to_float(half_value)))` ....

@LWisteria > I understand that you want to use Ultima to convert a + b where a and b are half to f2h(h2f(a)+h2f(b)), right? Yes, that's it. > how will...

The policy may be like below: ```cpp //In clpy/carray.clh #ifdef __ULTIMA static void __clpy_begin_print_out() __attribute__((annotate("clpy_begin_print_out"))); // atomic operation static void atomicAdd(__global float* x, float y) { //This function is already...

In actually, ultima doesn't carry any ASTs around, but she has some mechanism of delayed output for supporting constructor. In following to this method, headercvt should hold two additional data,...

@LWisteria I made the template of test case for ultima in #202. Then, what should we check? Please let me know your opinion. These are the test cases what I...

OK, so I will create those test cases later.