-
Notifications
You must be signed in to change notification settings - Fork 37
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: vectorch-ai/ScaleLLM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vectorch-ai/ScaleLLM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 64 files changed
- 1 contributor
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 865861b - Browse repository at this point
Copy the full SHA 865861bView commit details
Commits on Aug 25, 2024
-
build: speed up compilation for marlin kernels (#316)
generate the instantiations for the marlin kernels to speed up compilation
Configuration menu - View commit details
-
Copy full SHA for d49ff0b - Browse repository at this point
Copy the full SHA d49ff0bView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8101d44 - Browse repository at this point
Copy the full SHA 8101d44View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83357e1 - Browse repository at this point
Copy the full SHA 83357e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4425f74 - Browse repository at this point
Copy the full SHA 4425f74View commit details -
cmake: make includes private and disable jinja2cpp build (#320)
This diff would fix following build error: ``` /home/michael/code/ScaleLLM/src/kernels/quantization/marlin/./memory.h:17:41: error: there are no arguments to ‘__cvta_generic_to_shared’ that depend on a template parameter, so a declaration of ‘__cvta_generic_to_shared’ must be available [-fpermissive] [build] 17 | uint32_t smem = static_cast<uint32_t>(__cvta_generic_to_shared(smem_ptr)); [build] | ^~~~~~~~~~~~~~~~~~~~~~~~ [build] /home/michael/code/ScaleLLM/src/kernels/quantization/marlin/./memory.h:17:41: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated) [build] /home/michael/code/ScaleLLM/src/kernels/quantization/marlin/./memory.h: In function ‘void marlin::cp_async4_pred(void*, const void*, bool)’: [build] /home/michael/code/ScaleLLM/src/kernels/quantization/marlin/./memory.h:50:41: error: ‘__cvta_generic_to_shared’ was not declared in this scope [build] 50 | uint32_t smem = static_cast<uint32_t>(__cvta_generic_to_shared(smem_ptr)); [build] | ^~~~~~~~~~~~~~~~~~~~~~~~ ```
Configuration menu - View commit details
-
Copy full SHA for 43d913c - Browse repository at this point
Copy the full SHA 43d913cView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea0f6bf - Browse repository at this point
Copy the full SHA ea0f6bfView commit details
Commits on Aug 30, 2024
-
fix: put item into asyncio.Queue in a thread-safe way (#324)
`asyncio.Queue` is not thread-safe, so we need to use `loop.call_soon_threadsafe` to schedule callbacks from other threads. This diff fix the potential contention issue. Thanks @tp-nan for reporting the issue #323.
Configuration menu - View commit details
-
Copy full SHA for bb739f6 - Browse repository at this point
Copy the full SHA bb739f6View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a947e1 - Browse repository at this point
Copy the full SHA 2a947e1View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c8c82a - Browse repository at this point
Copy the full SHA 5c8c82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c28c441 - Browse repository at this point
Copy the full SHA c28c441View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.2.1