Skip to content
View BI71317's full-sized avatar
  • UNIST

Block or report BI71317

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BI71317/README.md

HiπŸ‘‹ There

Hi, I'm Sung-Woo Choi from South Korea.
I'm a Computer Science student at UNIST.

I'm interested in compilers, systems, and GPUs.
My work focuses on LLVM-based analysis, low-level performance, and correctness issues in systems software.

Links

https://swc0317.tistory.com/

swc0317@unist.ac.kr / swchoi@nshc.net

Summary of Recent Activity

  • Merged pull request #821 in the exaloop/codon repository fixed an invalid behavior when using an ordered dict in GPU round-trip usage, addressing a segmentation fault that occurred during the conversion of dict[int, List[float]] from host to device and back. The solution involved modifying the handling of device pointers for ordered dictionaries.

  • Opened pull request #819 aims to fix a limited global variable initialization problem in the Codon compiler by updating the constant propagation pass to accept global constants initialized through scalar cast patterns. This change is intended to enhance the handling of global constants beyond just literal values.

  • Reported issue #818 describes a problem where the complex sin operation results in nan values, which appears to be related to uninitialized global variables. A minimal reproducible example was provided to illustrate the issue.

  • Merged pull request #804 implemented the f16 extension in the GPU module, enabling operations with float16 types. The implementation included a test suite to ensure proper functionality, demonstrating successful execution of a sample kernel.

  • Engaged in discussions on various issues and pull requests, including clarifications on JIT symbol mapping improvements and the implications of changes made in pull request #802, which aimed to mitigate symbol pollution during JIT compilation.

Recent Activity

  1. πŸŽ‰ Merged PR #821 in exaloop/codon
  2. πŸ’ͺ Opened PR #821 in exaloop/codon
  3. πŸ—£ Commented on #819 in exaloop/codon
  4. πŸ’ͺ Opened PR #819 in exaloop/codon
  5. ❗ Opened issue #818 in exaloop/codon
  6. πŸ—£ Commented on #812 in exaloop/codon
  7. πŸ—£ Commented on #802 in exaloop/codon
  8. πŸŽ‰ Merged PR #804 in exaloop/codon
  9. πŸ—£ Commented on #804 in exaloop/codon
  10. ❗ Opened issue #811 in exaloop/codon

Pinned Loading

  1. exaloop/codon exaloop/codon Public

    A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support

    Python 16.8k 603

  2. codon codon Public

    Forked from exaloop/codon

    A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support

    Python