Serge Lu
Serge Lu
As requested in #1256, I added zoom in, zoom out and reset zoom items to the edit menu. Two convenient tool buttons for zoom in and zoom out were added...
As requested in #489, this PR attempts to implement checkerboard for transparent background. A checkbox in option window was also added to let users choose to use or not. Here's...
Fix #26: cannot set default encoding (always Big5 in version 3.1.1.1)
## Brief ## This PR is based on #174 with backward compatibility of ROCm 5.7, since the latest official ROCm release for Windows is 5.7. ## Tasks ## - tensilelite...
## Brief ## This PR attempts to make `hipBLASLt` support gfx908. ## Tasks ## - [x] Added basic YAMLs that make test suites pass on gfx908 platform([test result](https://github.com/ROCmSoftwarePlatform/hipBLASLt/files/12651491/test_result.txt)) - [x]...
## Brief ## Added `hipblastLtMatrixTransform` example, the original one was moved to benchmark.
## Brief ## Added and amended `hipblasltExtSoftmax` sample code, the original one was moved to benchmark. ## Tasks ## - added softmax example - fixed data initialization in softmax benchmark...
## Brief ## Added `hipblaslt_ext::matmulIsTuned` API, it can be used to check a given GEMM problem is exactly tuned or not. ## Implementation ## - added `rocblaslt_matmul_is_tuned` bridge function. -...
## Brief For SWDEV-469707. This PR separates code objects of matrix transform to standalone hsaco file, and enhances error handlings for unsupported platform. ## Implementation - [x] C-interfaces(achieved via script)...
## Brief Print logic file processing time. Since `ParallelMap2` supports returning as generator, in this case, we have to use another way to measure the execution time.