-
-
Notifications
You must be signed in to change notification settings - Fork 11
Enable Linux ARM builds #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f2f8f73
33ce506
f7bf4f1
d55f9e8
e3386d3
ddb0caf
219f1fd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| BUILD: | ||
| - aarch64-conda_cos7-linux-gnu | ||
| arm_variant_type: | ||
| - sbsa | ||
| c_compiler: | ||
| - gcc | ||
| c_compiler_version: | ||
| - '11' | ||
| cdt_arch: | ||
| - aarch64 | ||
| cdt_name: | ||
| - cos7 | ||
| channel_sources: | ||
| - conda-forge | ||
| channel_targets: | ||
| - conda-forge main | ||
| cxx_compiler: | ||
| - gxx | ||
| cxx_compiler_version: | ||
| - '11' | ||
| docker_image: | ||
| - quay.io/condaforge/linux-anvil-aarch64 | ||
| target_platform: | ||
| - linux-aarch64 | ||
| zip_keys: | ||
| - - c_compiler_version | ||
| - cxx_compiler_version |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,10 @@ | ||
| github: | ||
| branch_name: main | ||
| tooling_branch_name: main | ||
| conda_build: | ||
| error_overlinking: true | ||
| conda_forge_output_validation: true | ||
| github: | ||
| branch_name: main | ||
| tooling_branch_name: main | ||
| os_version: | ||
| linux_64: cos7 | ||
| provider: | ||
| linux_aarch64: default |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| {% set version = "1.5.0.59" %} | ||
| {% set cuda_version = "12.0" %} | ||
| {% set platform = "linux-x86_64" %} # [linux64] | ||
| {% set platform = "linux-sbsa" %} # [aarch64] | ||
| {% set platform = "linux-aarch64" %} # [aarch64] | ||
| {% set target_name = "x86_64-linux" %} # [linux64] | ||
| {% set target_name = "sbsa-linux" %} # [aarch64] | ||
| {% set extension = "tar.xz" %} # [not win] | ||
|
|
@@ -97,10 +97,10 @@ outputs: | |
| test: | ||
| commands: | ||
| - test -L $PREFIX/lib/libcufile.so | ||
| - test -L $PREFIX/lib/libcufile_rdma.so | ||
| - test -L $PREFIX/lib/libcufile_rdma.so # [linux64] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It appears |
||
| - test -f $PREFIX/targets/{{ target_name }}/include/cufile.h | ||
| - test -L $PREFIX/targets/{{ target_name }}/lib/libcufile.so | ||
| - test -L $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma.so | ||
| - test -L $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma.so # [linux64] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ditto |
||
| - test -d $PREFIX/man/man3 | ||
| about: | ||
| home: https://developer.nvidia.com/cuda-toolkit | ||
|
|
@@ -130,7 +130,7 @@ outputs: | |
| test: | ||
| commands: | ||
| - test -f $PREFIX/targets/{{ target_name }}/lib/libcufile_static.a | ||
| - test -f $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma_static.a | ||
| - test -f $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma_static.a # [linux64] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similarly the |
||
| about: | ||
| home: https://developer.nvidia.com/cuda-toolkit | ||
| license: LicenseRef-NVIDIA-End-User-License-Agreement | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks lie the
redistURL useslinux-aarch64. There isn't alinux-sbsain this case. Might be worth double checking this is expectedThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adibbley Can you comment on this? Just making sure -- this is SBSA compatible and not L4T / Jetson, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
( answered in the summary below: #5 (review) )