Skip to content

Siwasaki/pr/scalar support#1

Open
shintaro-iwasaki wants to merge 8 commits intotriton-mlirfrom
siwasaki/pr/scalar_support
Open

Siwasaki/pr/scalar support#1
shintaro-iwasaki wants to merge 8 commits intotriton-mlirfrom
siwasaki/pr/scalar_support

Conversation

@shintaro-iwasaki
Copy link
Owner

No description provided.

@shintaro-iwasaki shintaro-iwasaki force-pushed the siwasaki/pr/scalar_support branch 29 times, most recently from c78dee3 to e4f9cad Compare September 14, 2022 19:21
@shintaro-iwasaki shintaro-iwasaki force-pushed the siwasaki/pr/scalar_support branch from 3273e3c to ce8f847 Compare September 14, 2022 20:11
shintaro-iwasaki and others added 3 commits September 14, 2022 23:09
This PR is to add GitHub Actions runners to the CI for better coverage.
This commit unifies the type names.

Boolean types: I1, TT_BoolTensor, TT_BoolLike
Integer types: TT_Int, (TT_IntegerTensor =>) TT_IntTensor, (TT_IntegerLike =>) TT_IntLike
Floating-point types: TT_Float, TT_FloatTensor, TT_FloatLike
Pointer types: (TT_Pointer =>) TT_Ptr, TT_PtrTensor, TT_PtrLike
@shintaro-iwasaki shintaro-iwasaki force-pushed the siwasaki/pr/scalar_support branch from ce8f847 to 1ccaec5 Compare September 15, 2022 15:40
Triton's GEP is less powerful than LLVM's GEP.  Let's rename it.
This fixes cases where a scalar type is passed to getI{1,32}SameShape().
@shintaro-iwasaki shintaro-iwasaki force-pushed the siwasaki/pr/scalar_support branch from 1ccaec5 to 844f8fb Compare September 15, 2022 15:52
shintaro-iwasaki pushed a commit that referenced this pull request Sep 11, 2023
This PR is a first in a series of PRs to import the changes that we have
made to enable ROCM on [our
fork](https://github.com/ROCmSoftwarePlatform/triton) of triton.

The PR contains the major changes to the python frontend and enough
changes to the c++ backend to allow compilation and running of the empty
kernel. We use the ROCM ci added a few weeks ago to verify things.

---------

Co-authored-by: Ronan Keryell <ronan@keryell.fr>
shintaro-iwasaki pushed a commit that referenced this pull request Sep 11, 2023
…on-lang#1312 (triton-lang#1434)

This PR address the remaing issues from triton-lang#1312. It does the following
*  LLVM String Join
* adds comment to GCNBuilder Class

---------

Co-authored-by: Rahul Batra <rahbatra@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants