Skip to content
View chenglong92's full-sized avatar

Block or report chenglong92

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
chenglong92/README.md
  • 👋 Hi, I’m @chenglong92
  • 👀 My research interests are AI4Compiler, mixed-precision numerical linear algebra, heterogeneous programming and computational engineering like CFD and CEM.
  • 🌱 I’m currently learning SYCL spec. and the domain-specific chip architecture including AI Nueral-network Processing Units(NPU) and ARM CPU.
  • 📫 How to reach me. My personal homepage is https://chenglong92.github.io/

Pinned Loading

  1. 3D-Tylor-Green-Vortex 3D-Tylor-Green-Vortex Public

    This Code is developed for simulating the 3D compressible viscous Taylor-Green Vortex Cases. The solver is developed by FORTRAN90+MPICH. The 3D domain decomposition is implemented to parallelize th…

    Fortran 1

  2. chenglong92.github.io chenglong92.github.io Public

    Forked from academicpages/academicpages.github.io

    This is my personal homepage.

    JavaScript

  3. LINSUB LINSUB Public

    This code is written by MATLAB and can be used to obtain the analytical solution of 2-D cascade of flat plates both for the acoustic and unsteady loading information. The orginal version was writte…

    MATLAB 1

  4. Mixed-precision-Computing Mixed-precision-Computing Public

    Mixed-precision Solver

  5. Simple-CFD-Demo-with-DPCPP Simple-CFD-Demo-with-DPCPP Public

    This repo is built to implement some simple CFD demo using Intel OneAPI(DPCPP). The target is to study the platform portability for CFD code with SYCL and C++.

    C++

  6. TemplateProgrammingCPP TemplateProgrammingCPP Public

    It is related to template programming with C++, and more exactly, template metaprogramming.