CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 20:58:50 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"5330bb67bc58db85ed294e110e4d534c"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=f7zZmoXbjpHrxIDT%2FZ9ZNpMV%2FefBVgAlVHty0zgvmK%2BDFwxqYOORfdI%2Bpp7PFtpnNkJb8YN672NJCJZntIMU3l5%2FPWV%2BlkgJpU4fwfbW6wwjVy2xFLcIMDZmsv1lcvhC%2BGp2GHgK%2BoBED9GkkwsGiWgdtBm2UBcThXDa18ButZH3vVpNsg6es%2FHSbNgm%2F0FK7NQ8EGh4Bp8JrKSIJ8y7XULtXxcxc%2FpXrwlHta8OJzubc6893QeyHVmgXnKmweEyz9Nyvwyx1HCsJfgvr5M0yQ%3D%3D--5C9cpGt1JXHnERXn--cH70kFPW7D8sy9nWz%2Bfpew%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.978844540.1753649929; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 20:58:49 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 20:58:49 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 879E:290E4F:827265:ABDB6C:68869309
Code Contribution · intel/xFasterTransformer Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 73
Code Contribution
Duyi-Wang edited this page Oct 19, 2023
·
2 revisions
使用.clang-format文件来配置C++格式化,pyproject.toml来配置Python格式化。C++ Vscode默认的格式化就支持。
Python需要安装插件Black Formatter - Visual Studio Marketplace或者手动指定format工具为black
CmakeLists.txt使用cmake-format,Vscode安装插件cmake-format
- For bug fix: <your_user_name>/bug/<bug_name>
- For new feature: <your_user_name>/feature/<feature_name>
[Component] <Subject>.
<Description>
<Design Document>
- Component(必选): 对于某个功能相关工作,可以使用Component来标示。使用Component标示后,需要和后面的subject有空格。当前Component有以下选项:[Kernel]、[Model]、[CI]、...
- Subject(必选): subject是 commit 目的的简短描述,必须英文,不超过50个字符。首字母需要大写,并且结尾为.
- Description(可选): Description是对commit更进一步详细描述,比如bugfix的话,就是bug的导致的场景。如果是性能优化则是性能数据。通过description来作为subject的补充。
Design Document(可选): 当功能有对应的设计文档,并且设计文档需要附上相关链接,或者将对应的设计文档提交至代码库中。建议所有功能开发的文档,都需要关联对应的设计文档。
[Kernel] Add hgemm_f32f16f32 kernels.
首先在github fork一个自己的repo,然后在自己repo上创建自己的开发分支,功能完成后,提交Pull Request至该repo,待PR被Accept后,Merge回master。提交时,需要选择Pull Request的类型,便于对Pull Request归类,如下图:
- 代码Review规范:
- 提交前,请使用
VSCode format
进行格式检查。 - 代码至少需要1个同学Accept,包括一个外部同学。
Clone this wiki locally
You can’t perform that action at this time.