Support for CUDA kernels #33
Triggered via issue
March 25, 2024 08:55
Status
Success
Total duration
21s
Artifacts
–
Annotations
2 errors and 1 warning
auto-cc
Not Found
{
name: 'HttpError',
id: '8417468550',
status: 404,
response: {
url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/1464',
status: 404,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
connection: 'close',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Mon, 25 Mar 2024 08:56:00 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'GitHub.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'issues=read',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '0431:28BB5C:364C3B7:5BC5BA2:66013C20',
'x-ratelimit-limit': '15000',
'x-ratelimit-remaining': '14998',
'x-ratelimit-reset': '1711360560',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '2',
'x-xss-protection': '0'
},
data: {
message: 'Not Found',
documentation_url: 'https://docs.github.com/rest/issues/issues#get-an-issue'
}
},
request: {
method: 'GET',
url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/1464',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.6.0 Node.js/16.20.2 (linux; x64)',
authorization: 'token [REDACTED]'
},
request: {}
},
event: {
id: '8417468550',
name: 'issues',
payload: {
action: 'labeled',
issue: {
active_lock_reason: null,
assignee: null,
assignees: [],
author_association: 'NONE',
body: '## 🚀 Feature\r\n' +
'\r\n' +
'<!-- A clear and concise description of the feature proposal -->\r\n' +
'Hi there 👋 \r\n' +
'\r\n' +
'From the main readme file I noticed that `Thunder` except custom kernels, but only the ones that are written in Trition.\r\n' +
'Is there a plan to support CUDA kernels?\r\n' +
'\r\n' +
'### Motivation\r\n' +
'\r\n' +
"*I'm only in the beginning of the custom kernels journey, so I might misunderstand something.*\r\n" +
'\r\n' +
"From what I saw online, there are many of highly optimized CUDA kernels already available (since CUDA has been around for quite a while). Plus, there is a high chance that someone with a lot of experience in writing CUDA kernels (but not Trition) want's to use Thunder (or even integrate into an existing project).\r\n" +
'\r\n' +
'I personally would like to write custom CUDA kernels for the LitGPT repo after I finish reading PMPP book.\r\n',
closed_at: null,
comments: 0,
comments_url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70/comments',
created_at: '2024-03-25T08:55:40Z',
events_url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70/events',
html_url: 'https://github.com/Lightning-AI/lightning-thunder/issues/70',
id: 2205219010,
labels: [
{
color: 'a2eeef',
default: true,
description: 'New feature or request',
id: 6707871901,
name: 'enhancement',
node_id: 'LA_kwDOLiCyD88AAAABj9IAnQ',
url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/labels
|
auto-cc
HttpError: Not Found
at /home/runner/work/_actions/Lightning-AI/probot/v5/node_modules/@octokit/core/node_modules/@octokit/request/dist-node/index.js:86:21
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Job.doExecute (/home/runner/work/_actions/Lightning-AI/probot/v5/node_modules/bottleneck/light.js:405:18)
{
name: 'AggregateError',
event: {
id: '8417468550',
name: 'issues',
payload: {
action: 'labeled',
issue: {
active_lock_reason: null,
assignee: null,
assignees: [],
author_association: 'NONE',
body: '## 🚀 Feature\r\n' +
'\r\n' +
'<!-- A clear and concise description of the feature proposal -->\r\n' +
'Hi there 👋 \r\n' +
'\r\n' +
'From the main readme file I noticed that `Thunder` except custom kernels, but only the ones that are written in Trition.\r\n' +
'Is there a plan to support CUDA kernels?\r\n' +
'\r\n' +
'### Motivation\r\n' +
'\r\n' +
"*I'm only in the beginning of the custom kernels journey, so I might misunderstand something.*\r\n" +
'\r\n' +
"From what I saw online, there are many of highly optimized CUDA kernels already available (since CUDA has been around for quite a while). Plus, there is a high chance that someone with a lot of experience in writing CUDA kernels (but not Trition) want's to use Thunder (or even integrate into an existing project).\r\n" +
'\r\n' +
'I personally would like to write custom CUDA kernels for the LitGPT repo after I finish reading PMPP book.\r\n',
closed_at: null,
comments: 0,
comments_url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70/comments',
created_at: '2024-03-25T08:55:40Z',
events_url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70/events',
html_url: 'https://github.com/Lightning-AI/lightning-thunder/issues/70',
id: 2205219010,
labels: [
{
color: 'a2eeef',
default: true,
description: 'New feature or request',
id: 6707871901,
name: 'enhancement',
node_id: 'LA_kwDOLiCyD88AAAABj9IAnQ',
url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/labels/enhancement'
},
{
color: '008672',
default: true,
description: 'Extra attention is needed',
id: 6707871910,
name: 'help wanted',
node_id: 'LA_kwDOLiCyD88AAAABj9IApg',
url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/labels/help%20wanted'
}
],
labels_url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70/labels{/name}',
locked: false,
milestone: null,
node_id: 'I_kwDOLiCyD86DcPjC',
number: 70,
performed_via_github_app: null,
reactions: {
'+1': 0,
'-1': 0,
confused: 0,
eyes: 0,
heart: 0,
hooray: 0,
laugh: 0,
rocket: 0,
total_count: 0,
url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70/reactions'
},
repository_url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder',
state: 'open',
state_reason: null,
timeline_url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70/timeline',
title: 'Support for CUDA kernels',
updated_at: '2024-03-25T08:55:40Z',
url: 'https://api.github.com/repos/Lightning-AI/lightning-thunder/issues/70',
user: {
avatar_url: 'https://avatars.githubusercontent.com/u/58434077?v=4',
events_url: 'https://api.github.com/users/Andrei-Aksionov/events{/privacy}',
followers_url: 'https://api.github.com/users/Andrei-Aksionov/followers',
following_url: 'https://api.github.com/
|
auto-cc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Lightning-AI/probot@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|