Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
IITH2026
/
llama3
like
0
Follow
IIT Hyderabad
4
License:
llama3
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
llama3
/
airllm-env
/
lib
/
python3.11
/
site-packages
/
numpy
/
distutils
/
checks
/
cpu_lsx.c
Risrit1121
Upload folder using huggingface_hub
283ba4a
verified
4 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
210 Bytes
#
ifndef
__loongarch_sx
#
error
"HOST/ARCH doesn't support LSX"
#
endif
#
include
<lsxintrin.h>
int
main
(
void
)
{
__m128i a = __lsx_vadd_d(__lsx_vldi(
0
), __lsx_vldi(
0
));
return
__lsx_vpickve2gr_w(a,
0
);
}