This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Minimal repro: LdMatrix16x16x8bOp(transpose=True) misaligned address bug. | |
| Two kernels, identical structure, only the copy atom differs: | |
| 1. LdMatrix8x16x8bOp(transpose=False) => PASS | |
| 2. LdMatrix16x16x8bOp(transpose=True) => CUDA error: misaligned address | |
| Run: python repro_b8_transpose.py | |
| """ | |
| import torch | |
| import cutlass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .editor-group-watermark > .letterpress { | |
| background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important; | |
| opacity: .75; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Replace vim with neo vim | |
| if type nvim > /dev/null 2>&1; then | |
| alias vim='nvim' | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Replace vim with neo vim | |
| if type nvim > /dev/null 2>&1; then | |
| alias vim='nvim' | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add a scheduled sync task at 4:00 am | |
| # Some privileges should be granted to `cron` *manually*, so you may test `* * * * *` (run every second) first to grant the needed privileges in advance | |
| 0 4 * * * osascript /path/to/your/sync-from-chrome-to-safari.scpt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
| <ProxifierProfile version="101" platform="MacOSX" product_id="2" product_minver="200"> | |
| <Options> | |
| <Resolve> | |
| <AutoModeDetection enabled="true"/> | |
| <ViaProxy enabled="false"> | |
| <TryLocalDnsFirst enabled="false"/> | |
| </ViaProxy> | |
| <ExclusionList ExcludeSimpleHostnames="true" ExcludeLocalhost="true" ExcludeSelfHostname="true" ExcludeLocalDomain="true">localhost;%SimpleHostnames%;%ComputerName%;*.local; | |
| *.tplogin.cn; *.routerlogin.net; *.linksyssmartwifi.com; *.ezcat.xyz; *.xiongmao.io; *.dig.name; *.segment.io; *.ifconfig.me; *.gfw.li; *.qq.com; *.baidu.com; *.apple.com; *.lu.com; *.taobao.com; *.71.am; *.alicdn.com; *.feng.com; *.icloud.com; *.163.com; *.dzsc.com; *.douyutv.com; *.umeng.com; *.zhimg.com; *.crashlytics.com; *.amap.com; *.mm111.net; *.alipay.com; *.zhihu.com; *.douban.com; *.bdimg.com; *.13980.com; *.ucweb.com; *.gtimg.com; *.mzstatic.com; *.ybot.in; *.bilibili.com; *.doublecli |