Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Customizing Cargo for Cross Compiling
Search
Ryosuke Kamesawa
December 15, 2020
Programming
0
32
Customizing Cargo for Cross Compiling
クロスコンパイルに便利なCargoの設定などを紹介します。
https://github.com/emakryo/cargo-android-sample
Ryosuke Kamesawa
December 15, 2020
Tweet
Share
More Decks by Ryosuke Kamesawa
See All by Ryosuke Kamesawa
推論エンジンMAXの紹介
emakryo
1
510
ニューラルネットワークの量子化手法の紹介
emakryo
3
2.9k
MediaPipeの紹介
emakryo
0
57
Feature Store in DRIVE CHART
emakryo
0
45
Feature StoreをRustで実装した話
emakryo
0
40
なぜRustか?
emakryo
0
40
rustdef: Rust on Jupyter Notebook
emakryo
0
37
Cargo-makeを使ってみた
emakryo
0
360
Machine Learning on Graph Data @ICML2019
emakryo
0
25
Other Decks in Programming
See All in Programming
つよそうにふるまい、つよい成果を出すのなら、つよいのかもしれない
irof
1
260
生成AIで日々のエラー調査を進めたい
yuyaabo
0
480
ktr0731/go-mcpでMCPサーバー作ってみた
takak2166
0
140
〜可視化からアクセス制御まで〜 BigQuery×Looker Studioで コスト管理とデータソース認証制御する方法
cuebic9bic
3
320
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
2
510
Cloudflare Realtime と Workers でつくるサーバーレス WebRTC
nekoya3
0
370
#QiitaBash TDDでAIに設計イメージを伝える
ryosukedtomita
2
1.7k
Perplexity Slack Botを作ってAI活用を進めた話 / AI Engineering Summit プレイベント
n3xem
0
610
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
360
Babylon.js 8.0のアプデ情報を 軽率にキャッチアップ / catch-up-babylonjs-8
drumath2237
0
120
MLOps Japan 勉強会 #52 - 特徴量を言語を越えて一貫して管理する, 『特徴量ドリブン』な MLOps の実現への試み
taniiicom
2
650
インターフェース設計のコツとツボ
togishima
2
690
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Adopting Sorbet at Scale
ufuk
77
9.4k
A Tale of Four Properties
chriscoyier
159
23k
4 Signs Your Business is Dying
shpigford
183
22k
The Invisible Side of Design
smashingmag
299
50k
GitHub's CSS Performance
jonrohan
1031
460k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Unsuck your backbone
ammeep
671
58k
How to train your dragon (web standard)
notwaldorf
92
6.1k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Transcript
Mobility Technologies Co., Ltd. Customizing Cargo for Cross Compiling 2020.12.17
MoT.rs #3 Ryosuke Kamesawa
Mobility Technologies Co., Ltd. 亀澤諒亮(かめさわりょうすけ) - AI技術開発部 - エッジAI -
MLOps - Rust歴 - 2年ぐらい、業務で使い始めて1年 - 最近作ったもの - Rustdef [https://github.com/emakryo/rustdef] - Jupyter notebook上でRustを実行 - [WIP] cbc-rs [https://github.com/emakryo/cbc-rs] - 「ふつうのコンパイラをつくろう」のRust実装 自己紹介 2
Mobility Technologies Co., Ltd. - Rustの標準ビルドマネージャー - 依存パッケージのダウンロード - Rustソースコードのビルド
- アプリケーションやテスト、ベンチマークの実行 - カスタマイズすることでネイティブ以外の環境でも便利に使える - Cross compiling targets - https://doc.rust-lang.org/nightly/rustc/platform-support.html - 今回はAndroidでの場合にどんなことができるか紹介 Cargo 3
Mobility Technologies Co., Ltd. https://github.com/emakryo/cargo-android-sample デモ 4