This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author n-io
Recipients n-io, remi.lapeyre
Date 2020-07-24.14:41:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595601664.76.0.312754703366.issue41382@roundup.psfhosted.org>
In-reply-to
Content
The first call you requested (as hinted before, this looks fine to me):
$ python3.8
Python 3.8.3 (default, May 14 2020, 22:09:32) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> "\t".join(['arith_int_512-cuda.sfeat', '__hipsyclkernel$wrapped_kernelname$MicroBenchArithmeticKernel_512_1', '578', '65', '5', '64', '4', '1025', '128', '1', '1', '512', '1'])
'arith_int_512-cuda.sfeat\t__hipsyclkernel$wrapped_kernelname$MicroBenchArithmeticKernel_512_1\t578\t65\t5\t64\t4\t1025\t128\t1\t1\t512\t1'


I can reproduce the issue on both:

Python 3.8.3 (default, May 14 2020, 22:09:32) 
[GCC 5.4.0 20160609] on linux

Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 26 2018, 19:50:54) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin


The second call you requested `echo 'arith_int_512-....'` will say 'command not found: arith_.....' in bash.
History
Date User Action Args
2020-07-24 14:41:04n-iosetrecipients: + n-io, remi.lapeyre
2020-07-24 14:41:04n-iosetmessageid: <1595601664.76.0.312754703366.issue41382@roundup.psfhosted.org>
2020-07-24 14:41:04n-iolinkissue41382 messages
2020-07-24 14:41:04n-iocreate