crossbeam-rs/crossbeam-utils 34
Utilities for concurrent programming
Rust library for memory barrier
Rust library for bulletproof memory access
User-level RCU in Rust
jeehoonkang/concurrent-circbuf 4
Concurrent channels based on circular buffer
RFCs for changes to Crossbeam
PR merged crossbeam-rs/crossbeam
Addresses the newly added clippy warnings.
pr closed time in 2 days
push eventcrossbeam-rs/crossbeam
commit sha 2c00d5b3c864ab75be53dafacddd69341f9e0ec1
Fix clippy::bool_assert_comparison warning
commit sha 34619be9641d11a9b8d391e11dbbd6c746069459
Fix clippy::needless_borrow warning
commit sha 9ecf25332f835b9e8c9410188e32ecc385a8ec98
Fix clippy::identity_op warning
commit sha 5ee501f456c3437da0d7c9a384f5cba6289afe9e
Merge #714 714: Fix newly added clippy warnings r=taiki-e a=taiki-e Addresses the newly added clippy warnings. Co-authored-by: Taiki Endo <[email protected]>
push time in 2 days
pull request commentcrossbeam-rs/crossbeam
Fix newly added clippy warnings
Build succeeded:
comment created time in 2 days
push eventcrossbeam-rs/crossbeam
commit sha 2c00d5b3c864ab75be53dafacddd69341f9e0ec1
Fix clippy::bool_assert_comparison warning
commit sha 34619be9641d11a9b8d391e11dbbd6c746069459
Fix clippy::needless_borrow warning
commit sha 9ecf25332f835b9e8c9410188e32ecc385a8ec98
Fix clippy::identity_op warning
commit sha 5ee501f456c3437da0d7c9a384f5cba6289afe9e
Merge #714 714: Fix newly added clippy warnings r=taiki-e a=taiki-e Addresses the newly added clippy warnings. Co-authored-by: Taiki Endo <[email protected]>
push time in 2 days
push eventcrossbeam-rs/crossbeam
commit sha 2c00d5b3c864ab75be53dafacddd69341f9e0ec1
Fix clippy::bool_assert_comparison warning
commit sha 34619be9641d11a9b8d391e11dbbd6c746069459
Fix clippy::needless_borrow warning
commit sha 9ecf25332f835b9e8c9410188e32ecc385a8ec98
Fix clippy::identity_op warning
commit sha a92c6570b230ab8ba5cf445f85e59bb0f3eea92d
[ci skip][skip ci][skip netlify] -bors-staging-tmp-714
push time in 2 days
pull request commentcrossbeam-rs/crossbeam
Fix newly added clippy warnings
bors r+
comment created time in 2 days
push eventcrossbeam-rs/crossbeam
commit sha 2c00d5b3c864ab75be53dafacddd69341f9e0ec1
Fix clippy::bool_assert_comparison warning
commit sha 34619be9641d11a9b8d391e11dbbd6c746069459
Fix clippy::needless_borrow warning
commit sha 9ecf25332f835b9e8c9410188e32ecc385a8ec98
Fix clippy::identity_op warning
push time in 2 days
PR opened crossbeam-rs/crossbeam
Addresses the newly added clippy warnings.
pr created time in 2 days
issue openedfuriosa-ai/furiosa-sdk
Use 'pip install' with single quote in documents
In zsh, bracket means globing. So, pip install furiosa-sdk[full] will not work in zsh. So, we have to recommend users to use pip install 'furiosa-sdk[full]' in our documents.
created time in 2 days
issue closedfuriosa-ai/furiosa-sdk
Implement scripts to bump up the versions
We need to manually update the versions in setup.py and setup.cfg in each module everytime we release. Let's make a script to automate it.
closed time in 2 days
hyunsikpush eventfuriosa-ai/furiosa-sdk
commit sha 527fbfa81743a6fe8dfc1b34593f346dcb6a7b0b
Implement scripts to bump up the versions #32
commit sha 284bc2b6f1eeb6632bc0499ae766540b5bd56332
Bump up the version to 0.5.0.dev for next release
push time in 2 days
issue openedfuriosa-ai/furiosa-sdk
Implement scripts to bump up the versions
We need to manually update the versions in setup.py and setup.cfg in each module everytime we release. Let's make a script to automate it.
created time in 2 days
issue closedfuriosa-ai/furiosa-sdk
unit tests occassionally fails because floating point comparison fails
======================================================================
FAIL: test_async_session (test_mnist_mobinenet_v2.MnistMobilenetV2)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jenkins/agent/workspace/furiosa-sdk-tests/furiosa-sdk/python/furiosa-sdk-runtime/tests/test_mnist_mobinenet_v2.py", line 28, in test_async_session
tester.assert_equals(np.array(self.x_test[idx:idx + 1], dtype=np.uint8))
File "/home/jenkins/agent/workspace/furiosa-sdk-tests/furiosa-sdk/python/furiosa-sdk-runtime/tests/test_base.py", line 60, in assert_equals
assert_tensors_equal(tf_results, nux_results)
File "/home/jenkins/agent/workspace/furiosa-sdk-tests/furiosa-sdk/python/furiosa-sdk-runtime/tests/test_base.py", line 20, in assert_tensors_equal
assert np.array_equal(expected, result), "{} was expected, but the result was {}".format(expected, result)
AssertionError: [[[[211 119 118 53 74 96 123 102 91 111]]]] was expected, but the result was [[[[211 119 118 53 74 96 123 102 90 111]]]]
closed time in 2 days
hyunsikpush eventfuriosa-ai/furiosa-sdk
commit sha d321b0496ed6f850f46defe6d565917a069fba53
Simplify version dependency
commit sha eb224e1e27c305c585a6b109bf1b2a8c515c0ea1
Fix the dependent version
commit sha dd678536be3861e1ad5db383d78e7f3d9e045f18
test_version should not use constant
commit sha fb1a3139356f7c53ac33052afb66d16aaf1ec115
Unlock the numpy version
commit sha 2e2e82532076e9412f5ddb65de7e2141127e2216
Remove numpy dependency
commit sha 13562a5c5cc342438c62914d406334b1e16bd898
Add close() to tests
commit sha 8eeabcb22253777ff16d577ddec624b027235ce0
Add missing close()
commit sha 39c2284cecf99944c0de9b12e4878ef9cb6b7340
Change the close order in async tests
commit sha cc20239cc708475333e9c9419fd70ca4840b9add
Add make uninstall to remove all installed sdk modules
commit sha f92f48122422918d980ad6d6ccb53e9bdc53525f
Merge branch 'main' of https://github.com/furiosa-ai/furiosa-sdk into branch-0.3.1
commit sha 13452661fa3c96269e0ad14e37392348a7bdb385
Change the make command
commit sha 6ef6a1a3809d0ced7891f570820f4361c522fac5
Give a tolerance when comparing the results (fix #28)
commit sha a65ca77ecb9703c59d092d9c8ec62085d77671c6
Merge branch 'main' of https://github.com/furiosa-ai/furiosa-sdk into branch-0.3.1
commit sha 017c5068e80f60d0d3dfe66e4c6f971759613fe8
Set the version 0.4.0 for release
commit sha 4d87f17449c693f7b1ee342150847ef881ec60c7
Fix the dependency versions
push time in 2 days
push eventfuriosa-ai/furiosa-sdk
commit sha 4d87f17449c693f7b1ee342150847ef881ec60c7
Fix the dependency versions
push time in 2 days
issue openedfuriosa-ai/furiosa-sdk
Session::run, AsyncSession::submit should check input shapes
see the title. Currently, the inference API relies on the check of native library's tensor size. For better error handling, Python runtime should check input shapes.
created time in 2 days
issue openedfuriosa-ai/furiosa-sdk
runtime should expose more understandable errors
In many cases, Session returns internal errors when it faces compilation error or errors which cannot be handled. We need to improve this behavior of furiosa-sdk-runtime.
created time in 2 days
push eventfuriosa-ai/furiosa-sdk
commit sha aba1132d1fe8e84a09f74f485255e8329052d597
Add image segmentation inference with quantized model (.enf file)
commit sha af88b0bccf7f48b5d0f4fe2d733ac2bbc212da51
give batch axis to numpy array
commit sha 0aa0f2905934c4149d40d0566be12a71963f7d5b
return a contiguous numpy array in memory
commit sha dd0218de0878a88851a352e256a7618966e7e1ce
The output should be written into the current dir. This patch changes image_segmentation example to write the output into the current directory instead of assets directory. Also, it prints out a output filename. This PR also removes PLT.show() because it shows an warning message in a non-GUI system.
commit sha 377326b9de54c9c226320dd64abaa9d1e36badaf
Ensure the contiguousness of ndarray before invoking LIBNUX.tensor_fill_buffer
commit sha df840631f999c045131cb06457188458188c1f15
Remove duplicate np.ascontiguousarray()
commit sha 07703cc3eb85558922bacee5c5734fed9335a70f
Merge branch 'main' of https://github.com/furiosa-ai/furiosa-sdk into fix_output_path
commit sha 8ffda5330b6bb7dc72f2bb54000c992b58734258
Prediction time should exclude the compilation time
commit sha ffa875f50e0e585c380adb32a2ad7f62945f08ef
Merge pull request #26 from furiosa-ai/fix_output_path image_segmentation example should write the output into the current directory.
commit sha 92b5b5ab07e760fa9dbe858fc3951f8cf262f756
Merge pull request #23 from furiosa-ai/feature/image_segmentation Image segmentation with quantized model
push time in 2 days
PR merged furiosa-ai/furiosa-sdk
Quantized model로 FPGA 실행하는 예제
pr closed time in 2 days