Artem-B wrote:
@sergey-kozub FYI, https://github.com/llvm/llvm-project/pull/100247 should
allow forward-testing CUDA w/o relying on specific GPU/PTX variant being
hardcoded in clang.
https://github.com/llvm/llvm-project/pull/97402
___
cfe-commits ma
Artem-B wrote:
> This PR is redundant, closing.
I think the patch was perfectly fine. Considering that other NVIDIA open-source
projects already mention sm_100 (E.g.
https://github.com/NVIDIA/cccl/blob/5efe53dbd71ea3e4bc4fdbb73edc001e0bf81547/libcudacxx/include/nv/detail/__target_macros#L241),
sergey-kozub wrote:
This PR is redundant, closing.
https://github.com/llvm/llvm-project/pull/97402
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/sergey-kozub closed
https://github.com/llvm/llvm-project/pull/97402
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/sergey-kozub updated
https://github.com/llvm/llvm-project/pull/97402
>From 02e1acff6ffa1ddc3a26b0edc7e89923ac38978f Mon Sep 17 00:00:00 2001
From: Sergey Kozub
Date: Tue, 2 Jul 2024 02:44:56 -0700
Subject: [PATCH] [CUDA] Add support for CUDA-12.6 and sm_100
---
clang/docs/R
https://github.com/sergey-kozub converted_to_draft
https://github.com/llvm/llvm-project/pull/97402
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
sergey-kozub wrote:
@Artem-B, @andportnoy, you might want to take a look
https://github.com/llvm/llvm-project/pull/97402
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Sergey Kozub (sergey-kozub)
Changes
Adds support for sm_100 (Blackwell), similar to
https://github.com/llvm/llvm-project/pull/74895
One important aspect is that `sm_100` is not compatible with `sm_90a`, only
with `sm_90` - note t
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-driver
Author: Sergey Kozub (sergey-kozub)
Changes
Adds support for sm_100 (Blackwell), similar to
https://github.com/llvm/llvm-project/pull/74895
One important aspect is that `sm_100` is not compatible with `sm_90a`, o
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be
notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/sergey-kozub created
https://github.com/llvm/llvm-project/pull/97402
Adds support for sm_100 (Blackwell), similar to
https://github.com/llvm/llvm-project/pull/74895
One important aspect is that `sm_100` is not compatible with `sm_90a`, only
with `sm_90` - note the defines i
11 matches
Mail list logo