Jun Zhang
Jun Zhang
- [x] Checked for duplicates When using clang trunk to build ROOT (main branch), it fails due to `case value is not a constant expression` ``` ❯ clang --version clang...
The previous cling patches wraps `DeferredDeclsToEmit(vector)` into a struct that contains a `llvm::GlobalVlaue`, but it seems that this field is useless and can be dropped. I have tested this patch...
When we run into an unkown identifier that is a namespace, we don't really need to load its corresponding modules. Instead, we create a new module that forward declared all...
…tignore Hi @karpathy, I'm playing with llm.c and I found when I tried to compile this in my Linux box I noticed there's always an empty `nul` file created. This...
When importing cudnn-frontend as a 3rd party library using FetchContent, cmake incorrectly parse the file path. This is because we incorrectly using CMAKE_SOURCE_DIR variable, which should be PROJECT_SOURCE_DIR (The former...
### Summary # Motivation The WasmEdge Runtime is poised to offer robust inference support for AI models and Large Language Models (LLMs) such as llama3 and phi-3-mini. Recognizing the critical...